add missing fi

This commit is contained in:
Alexander Boström 2012-06-01 22:29:43 +02:00
commit bbe2516dc7

View file

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