flm01/openwrt/package/luci/applications/luci-olsr/ipkg/postinst

4 lines
115 B
Bash
Executable file

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