debian: postinst: remove redundant and misleading trigger output

This commit is contained in:
HW42 2015-02-03 03:41:10 +01:00 committed by Marek Marczykowski-Górecki
parent 60a181b3f4
commit 641c516d76

View File

@ -331,13 +331,11 @@ case "${1}" in
# Enable cups only when it is real Systemd service
/lib/systemd/system/cups.service)
echo "Enabling cups"
[ -e /lib/systemd/system/cups.service ] && enableSystemdUnits cups.service
;;
# "Enable haveged service"
/lib/systemd/system/haveged.service)
echo "Enabling haveged service"
[ -e /lib/systemd/system/haveged.service ] && enableSystemdUnits haveged.service
;;