Sfoglia il codice sorgente

debian: postinst: remove redundant and misleading trigger output

HW42 9 anni fa
parent
commit
641c516d76
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
                     ;;