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

5 lines
147 B
Bash
Executable File

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