luci/applications/luci-hd_idle/ipkg/postinst
2008-10-03 12:24:57 +00:00

4 lines
128 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-hd_idle ) && rm -f /etc/uci-defaults/luci-hd_idle
}