* luci/applications: add hd-idle application, thanks Yanira
[project/luci.git] / applications / luci-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 }