summaryrefslogtreecommitdiffhomepage
path: root/applications/community-leipzig
diff options
context:
space:
mode:
Diffstat (limited to 'applications/community-leipzig')
-rwxr-xr-xapplications/community-leipzig/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/community-leipzig/ipkg/postinst b/applications/community-leipzig/ipkg/postinst
new file mode 100755
index 0000000000..5aff5db958
--- /dev/null
+++ b/applications/community-leipzig/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-community-leipzig ) && rm -f /etc/uci-defaults/luci-community-leipzig
+}