aboutsummaryrefslogtreecommitdiffstats
path: root/testing/brightnessctl/brightnessctl.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/brightnessctl/brightnessctl.post-install')
-rw-r--r--testing/brightnessctl/brightnessctl.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/brightnessctl/brightnessctl.post-install b/testing/brightnessctl/brightnessctl.post-install
deleted file mode 100644
index fc16251e6b2..00000000000
--- a/testing/brightnessctl/brightnessctl.post-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# If we have udev running then reload the rules and add the
-# proper subsystems so people can use it
-if [ -S /run/udev/control ]; then
- udevadm control --reload-rules
- udevadm trigger -s leds -s backlight -c add
-fi
-
-exit 0