minor centos 7 specfile change

This commit is contained in:
Andy Bauer 2015-10-03 17:07:22 -05:00
parent 1dbea023b8
commit b74abe88c9
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ if [ $1 -eq 0 ] ; then
# Package removal, not upgrade
/bin/systemctl --no-reload disable zoneminder.service > /dev/null 2>&1 || :
/bin/systemctl stop zoneminder.service > /dev/null 2>&1 || :
echo -e "\nRemoving ZoneMinder SELinux policy module. Please wait.\n"
/usr/sbin/semodule -r local_zoneminder.pp
# echo -e "\nRemoving ZoneMinder SELinux policy module. Please wait.\n"
# /usr/sbin/semodule -r local_zoneminder.pp
fi
%postun