summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/luci/ipkg/luci-ff-hannover.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/package/luci/ipkg/luci-ff-hannover.postinst')
-rw-r--r--contrib/package/luci/ipkg/luci-ff-hannover.postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/package/luci/ipkg/luci-ff-hannover.postinst b/contrib/package/luci/ipkg/luci-ff-hannover.postinst
new file mode 100644
index 0000000000..b41179f72c
--- /dev/null
+++ b/contrib/package/luci/ipkg/luci-ff-hannover.postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-community-hannover ) && rm -f /etc/uci-defaults/luci-community-hannover
+}