acpid: moved to github
[packages.git] / utils / acpid / files / acpid.hotplug
diff --git a/utils/acpid/files/acpid.hotplug b/utils/acpid/files/acpid.hotplug
deleted file mode 100644 (file)
index 6e08d01..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-. /lib/functions.sh
-
-if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
-        ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
-fi