flm01/openwrt/packages/luci/themes/oxygen/ipkg/postinst

5 lines
131 B
Plaintext
Raw Normal View History

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