diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-03 20:34:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-03 20:34:12 +0000 |
commit | 684fa2052592e3efd5912599f242c79975ce9796 (patch) | |
tree | 95d4e95549fe81de79e5bfc71884e7c3cbda76a6 | |
parent | ebb03259c27f55ced298d86285e355283c51987d (diff) |
* luci/themes/freifunk: fix postinstall
-rwxr-xr-x | themes/freifunk/ipkg/postinst | 2 |
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 } |