[neon/neon-packaging/plasma-remotecontrollers/Neon/unstable] debian: add 40-uinput.rules to not-installed

Carlos De Maine null at kde.org
Mon Apr 13 12:44:49 BST 2026


Git commit 7002e4dd7094ff5fb7a66603e74709cabb683a43 by Carlos De Maine.
Committed on 13/04/2026 at 11:44.
Pushed by carlosdem into branch 'Neon/unstable'.

add 40-uinput.rules to not-installed

A  +1    -0    debian/not-installed
D  +0    -22   debian/plasma-remotecontrollers.postinst
D  +0    -1    debian/plasma-remotecontrollers.udev

https://invent.kde.org/neon/neon-packaging/plasma-remotecontrollers/-/commit/7002e4dd7094ff5fb7a66603e74709cabb683a43

diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..a27b630
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1 @@
+usr/lib/*/udev/rules.d/40-uinput.rules
\ No newline at end of file
diff --git a/debian/plasma-remotecontrollers.postinst b/debian/plasma-remotecontrollers.postinst
deleted file mode 100644
index 5a75e48..0000000
--- a/debian/plasma-remotecontrollers.postinst
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-#DEBHELPER#
-
-set -ex
-
-# Check if group exists, if not add it.
-if ! getent group | grep -q ^plasma-bigscreen-uinput:; then
-    echo "Creating group plasma-bigscreen-uinput"
-    addgroup --quiet --system plasma-bigscreen-uinput 2>/dev/null || true
-fi
-
-if [ $(id -u) -eq 0 ]; then
-    echo "You are running as root."
-else
-    echo "You are not running as root."
-    # Check if user is part of plasma-bigscreen-uinput, if not add them.
-    if ! groups | grep -q ^plasma-bigscreen-uinput; then
-        echo "Adding user to group plasma-bigscreen-uinput"
-        usermod -aG plasma-bigscreen-uinput $SUDO_USER
-    fi
-fi
diff --git a/debian/plasma-remotecontrollers.udev b/debian/plasma-remotecontrollers.udev
deleted file mode 100644
index f31cf9b..0000000
--- a/debian/plasma-remotecontrollers.udev
+++ /dev/null
@@ -1 +0,0 @@
-SUBSYSTEM=="misc", KERNEL=="uinput", MODE="0660", GROUP="plasma-bigscreen-uinput"


More information about the Neon-commits mailing list