blob: c12bac57f2df14054df29f9414ba41eb69896f7d (
plain)
1
2
3
4
5
6
|
#!/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
}
|