summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-03 20:34:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-03 20:34:12 +0000
commit684fa2052592e3efd5912599f242c79975ce9796 (patch)
tree95d4e95549fe81de79e5bfc71884e7c3cbda76a6 /themes/freifunk/ipkg
parentebb03259c27f55ced298d86285e355283c51987d (diff)
* luci/themes/freifunk: fix postinstall
Diffstat (limited to 'themes/freifunk/ipkg')
-rwxr-xr-xthemes/freifunk/ipkg/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/freifunk/ipkg/postinst b/themes/freifunk/ipkg/postinst
index 5972881a8..f5d35c9ab 100755
--- a/themes/freifunk/ipkg/postinst
+++ b/themes/freifunk/ipkg/postinst
@@ -1,4 +1,4 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-freifunk-bno ) && rm -f /etc/uci-defaults/luci-theme-freifunk-bno
+ ( . /etc/uci-defaults/luci-theme-freifunk ) && rm -f /etc/uci-defaults/luci-theme-freifunk
}