diff --git a/src/DEBIAN/postinst b/src/DEBIAN/postinst index a8b2c6a..56234f5 100755 --- a/src/DEBIAN/postinst +++ b/src/DEBIAN/postinst @@ -6,9 +6,7 @@ case "$1" in configure) /var/lib/apm/$PACKAGE_NAME/files/bin/ace-init systemctl daemon-reload -systemctl enable gxde-apm-fixer systemctl enable apm-daily-update -systemctl start gxde-apm-fixer systemctl start apm-daily-update systemctl restart apparmor.service || true diff --git a/src/DEBIAN/postrm b/src/DEBIAN/postrm index d361476..9ca9e81 100755 --- a/src/DEBIAN/postrm +++ b/src/DEBIAN/postrm @@ -1,7 +1,5 @@ #!/bin/bash PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE" -systemctl stop gxde-apm-fixer -systemctl disable gxde-apm-fixer systemctl stop apm-daily-update systemctl disable apm-daily-update