flm01/mote/v2/openwrt/package/luci/themes/openwrt.org/ipkg/postinst

5 lines
133 B
Bash
Executable File

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