[neon/neon/ubuntu-advantage-tools/Neon/release] debian: mask the systemd services as well
Carlos De Maine
null at kde.org
Mon Aug 11 13:49:19 BST 2025
Git commit 99f3421701510de2778cc0996c75e186141371e8 by Carlos De Maine.
Committed on 11/08/2025 at 12:49.
Pushed by carlosdem into branch 'Neon/release'.
mask the systemd services as well
A +12 -0 debian/ubuntu-advantage-tools.postinst
https://invent.kde.org/neon/neon/ubuntu-advantage-tools/-/commit/99f3421701510de2778cc0996c75e186141371e8
diff --git a/debian/ubuntu-advantage-tools.postinst b/debian/ubuntu-advantage-tools.postinst
new file mode 100644
index 0000000..85ea610
--- /dev/null
+++ b/debian/ubuntu-advantage-tools.postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+# mask the systemd services to not spam the terminal
+
+systemctl mask apt-news.service
+systemctl mask esm-cache.service
+
+#DEBHELPER#
+
+exit 0
More information about the Neon-commits
mailing list