summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-29 19:10:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-29 19:10:51 +0000
commita4bf60679d0e7cea78874afa80319b8ed98c455e (patch)
tree649c99d177518ec43c348d5f8fbf62ae881c4863 /themes/freifunk/ipkg
parent40644ca3422f262e88ed56d4fa401cf78d35fe94 (diff)
* luci/themes: add Freifunk and Freifunk-BNO themes, thanks Stefan Pirwitz
Diffstat (limited to 'themes/freifunk/ipkg')
-rwxr-xr-xthemes/freifunk/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/freifunk/ipkg/postinst b/themes/freifunk/ipkg/postinst
new file mode 100755
index 000000000..5972881a8
--- /dev/null
+++ b/themes/freifunk/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-theme-freifunk-bno ) && rm -f /etc/uci-defaults/luci-theme-freifunk-bno
+}