force remove /awips2/data on database-standalone-configuration postun
This commit is contained in:
parent
2b3de45de0
commit
774eea7e52
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ if [ -f /awips2/data/postgresql.conf ]; then
|
|||
rm -f /awips2/data/postgresql.conf
|
||||
fi
|
||||
|
||||
%postun
|
||||
rm -rf /awips2/data
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue