diff --git a/anyterm.spec b/anyterm.spec index 7102cb8..1395088 100644 --- a/anyterm.spec +++ b/anyterm.spec @@ -98,6 +98,7 @@ if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable anyterm.service > /dev/null 2>&1 || : /bin/systemctl stop anyterm.service > /dev/null 2>&1 || : +fi %postun /bin/systemctl daemon-reload >/dev/null 2>&1 || :