summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd-idle/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-hd-idle/ipkg')
-rw-r--r--applications/luci-hd-idle/ipkg/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-hd-idle/ipkg/postinst b/applications/luci-hd-idle/ipkg/postinst
index 835dc23ad..c12bac57f 100644
--- a/applications/luci-hd-idle/ipkg/postinst
+++ b/applications/luci-hd-idle/ipkg/postinst
@@ -2,4 +2,5 @@
[ -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
}