c12bac57f2df14054df29f9414ba41eb69896f7d
[project/luci.git] / applications / luci-app-hd-idle / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3 ( . /etc/uci-defaults/luci-hd_idle ) && rm -f /etc/uci-defaults/luci-hd_idle
4 /etc/init.d/hd-idle enabled || /etc/init.d/hd-idle enable
5 exit 0
6 }