aboutsummaryrefslogtreecommitdiffstats
path: root/community/acpid/acpid.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'community/acpid/acpid.post-deinstall')
-rw-r--r--community/acpid/acpid.post-deinstall10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/acpid/acpid.post-deinstall b/community/acpid/acpid.post-deinstall
deleted file mode 100644
index ad0a92c46bf..00000000000
--- a/community/acpid/acpid.post-deinstall
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-cat >&2 <<EOF
-*
-* Run the following command to reinstall /etc/init.d/acpid from busybox:
-* > apk fix busybox-initscripts
-*
-EOF
-
-exit 0