luci/applications/luci-hd-idle/ipkg/postinst
2010-07-01 09:52:12 +00:00

6 lines
188 B
Bash

#!/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
}