summaryrefslogtreecommitdiffhomepage
path: root/applications/community-leipzig
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-09 07:56:20 +0000
committerSteven Barth <steven@midlink.org>2008-06-09 07:56:20 +0000
commit64806f32bea453b9a6fc5c4cf4c4b751a749e369 (patch)
treefa8916e368bebfdbb07451928d8aa119214945fd /applications/community-leipzig
parent004213483340028437736f5810bd1c2274b7b72c (diff)
* Made Makefiles attribute aware
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 000000000..5aff5db95
--- /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
+}