force remove /awips2/data on database-standalone-configuration postun

This commit is contained in:
mjames-upc 2017-03-27 15:36:15 -06:00
parent 2b3de45de0
commit 774eea7e52

View file

@ -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}