summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd_idle/ipkg/postinst
blob: 4c3b4dca8dd659a58b9e81d3cd9271215bf682fa (plain)
1
2
3
4
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
        ( . /etc/uci-defaults/luci-hd_idle ) && rm -f /etc/uci-defaults/luci-hd_idle
}