summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk/ipkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'themes/freifunk/ipkg/postinst')
-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
}