%PDF- %PDF-
Direktori : /usr/share/debhelper/autoscripts/ |
Current File : //usr/share/debhelper/autoscripts/postinst-systemd-restartnostart |
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true if [ -n "$2" ]; then deb-systemd-invoke #RESTART_ACTION# #UNITFILES# >/dev/null || true fi fi fi