Remove obsolete ipkg directories
[project/luci.git] / applications / luci-app-hd-idle / ipkg / postinst
diff --git a/applications/luci-app-hd-idle/ipkg/postinst b/applications/luci-app-hd-idle/ipkg/postinst
deleted file mode 100644 (file)
index c12bac5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-hd_idle ) && rm -f /etc/uci-defaults/luci-hd_idle
-       /etc/init.d/hd-idle enabled || /etc/init.d/hd-idle enable
-       exit 0
-}