diff options
Diffstat (limited to 'themes/openwrt.org-oxygen/ipkg/postinst')
-rwxr-xr-x | themes/openwrt.org-oxygen/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openwrt.org-oxygen/ipkg/postinst b/themes/openwrt.org-oxygen/ipkg/postinst new file mode 100755 index 000000000..e2a497b7d --- /dev/null +++ b/themes/openwrt.org-oxygen/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-theme-openwrt-oxygen ) && rm -f /etc/uci-defaults/luci-theme-openwrt-oxygen +} |