flm01/mote/v2/openwrt/package/luci/themes/openwrt-light/ipkg/postinst

5 lines
143 B
Bash
Executable File

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