diff options
author | Steven Barth <steven@midlink.org> | 2008-10-11 15:27:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-10-11 15:27:55 +0000 |
commit | dfd272dc1d9a5ec375e7e24b98ecd6c34813e503 (patch) | |
tree | e34ef6b6db21afcf7ccaf0423e8ab4c81762de74 /themes/oxygen/ipkg | |
parent | 39efe2207d968f6dd3f4eb91a6969a79aba9d658 (diff) |
OXYGEN #5: Oxygen theme draft 1
Diffstat (limited to 'themes/oxygen/ipkg')
-rwxr-xr-x | themes/oxygen/ipkg/postinst | 4 |
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 +} |