summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org-oxygen/ipkg/postinst
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-12-06 14:31:30 +0000
committerSteven Barth <steven@midlink.org>2008-12-06 14:31:30 +0000
commita2d1ca7af0e72c451b31c7a35e13df9583de048e (patch)
tree80e5f747a5de5867d4983429ee80774c99587ffb /themes/openwrt.org-oxygen/ipkg/postinst
parentcbdc5af52ef0eeae955753ab0a8a0df650027b55 (diff)
OpenWrt.org Oxygen theme, first steps
Diffstat (limited to 'themes/openwrt.org-oxygen/ipkg/postinst')
-rwxr-xr-xthemes/openwrt.org-oxygen/ipkg/postinst4
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
+}