[neon/neon-packaging/kiss/Neon/unstable] debian: create the required user bits
Carlos De Maine
null at kde.org
Mon Sep 1 10:18:21 BST 2025
Git commit cd195f62385f9741dfbff5167cedbe42f57c0245 by Carlos De Maine.
Committed on 01/09/2025 at 09:18.
Pushed by carlosdem into branch 'Neon/unstable'.
create the required user bits
A +12 -0 debian/kiss.postinst
https://invent.kde.org/neon/neon-packaging/kiss/-/commit/cd195f62385f9741dfbff5167cedbe42f57c0245
diff --git a/debian/kiss.postinst b/debian/kiss.postinst
new file mode 100644
index 0000000..6816000
--- /dev/null
+++ b/debian/kiss.postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+# creating kde-initial-system-setup user/group if it isn't already there
+if ! getent group kde-initial-system-setup >/dev/null; then
+ systemd-sysusers
+fi
+
+#DEBHELPER#
+
+exit 0
More information about the Neon-commits
mailing list