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

5 lines
115 B
Bash
Executable File

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