Explorar o código

debian: postinst: remove redundant and misleading trigger output

HW42 %!s(int64=9) %!d(string=hai) anos
pai
achega
641c516d76
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      debian/qubes-core-agent.postinst

+ 0 - 2
debian/qubes-core-agent.postinst

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