diff options
author | Steven Barth <steven@midlink.org> | 2008-12-06 14:31:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-06 14:31:30 +0000 |
commit | a2d1ca7af0e72c451b31c7a35e13df9583de048e (patch) | |
tree | 80e5f747a5de5867d4983429ee80774c99587ffb /themes/openwrt.org-oxygen/ipkg/postinst | |
parent | cbdc5af52ef0eeae955753ab0a8a0df650027b55 (diff) |
OpenWrt.org Oxygen theme, first steps
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 +} |