* luci/themes/freifunk: fix postinstall
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 20:34:12 +0000 (20:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 20:34:12 +0000 (20:34 +0000)
themes/freifunk/ipkg/postinst

index 5972881a89abd972b09856128307d0df60356832..f5d35c9ab0d59330a612278c13601d35054a03e0 100755 (executable)
@@ -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
 }