summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen/ipkg
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-10-11 15:27:55 +0000
committerSteven Barth <steven@midlink.org>2008-10-11 15:27:55 +0000
commitdfd272dc1d9a5ec375e7e24b98ecd6c34813e503 (patch)
treee34ef6b6db21afcf7ccaf0423e8ab4c81762de74 /themes/oxygen/ipkg
parent39efe2207d968f6dd3f4eb91a6969a79aba9d658 (diff)
OXYGEN #5: Oxygen theme draft 1
Diffstat (limited to 'themes/oxygen/ipkg')
-rwxr-xr-xthemes/oxygen/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/oxygen/ipkg/postinst b/themes/oxygen/ipkg/postinst
new file mode 100755
index 000000000..6eb778f66
--- /dev/null
+++ b/themes/oxygen/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-theme-oxygen ) && rm -f /etc/uci-defaults/luci-theme-oxygen
+}