flm01/openwrt/packages/luci/applications/luci-hd_idle/ipkg/postinst

5 lines
128 B
Bash

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