[neon/neon-packaging/plasma-remotecontrollers/Neon/unstable] debian: #DEBHELPER# token needs to be after the shebang

Carlos De Maine null at kde.org
Sun Mar 8 09:23:13 GMT 2026


Git commit 695c2884fd4e4ed6b73b55ac82ee6388043501bb by Carlos De Maine.
Committed on 08/03/2026 at 09:23.
Pushed by carlosdem into branch 'Neon/unstable'.

#DEBHELPER# token needs to be after the shebang

M  +2    -2    debian/plasma-remotecontrollers.postinst

https://invent.kde.org/neon/neon-packaging/plasma-remotecontrollers/-/commit/695c2884fd4e4ed6b73b55ac82ee6388043501bb

diff --git a/debian/plasma-remotecontrollers.postinst b/debian/plasma-remotecontrollers.postinst
index 8228342..5a75e48 100644
--- a/debian/plasma-remotecontrollers.postinst
+++ b/debian/plasma-remotecontrollers.postinst
@@ -1,7 +1,7 @@
-#DEBHELPER#
-
 #!/bin/sh
 
+#DEBHELPER#
+
 set -ex
 
 # Check if group exists, if not add it.


More information about the Neon-commits mailing list