summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-p910nd/ipkg/postinst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-16 11:16:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-16 11:16:04 +0000
commit7f0ff5c6554d9165645af67a6b8a252de67ffa5c (patch)
tree6fe294e5e70104b6e8fc92d744d5f6318d0f9808 /applications/luci-p910nd/ipkg/postinst
parent51c5827d75f91b74ef1a6e55f922c9b5604e61d7 (diff)
* luci/applications: add p910nd printserver application, thanks Yanira! - closes #125
Diffstat (limited to 'applications/luci-p910nd/ipkg/postinst')
-rw-r--r--applications/luci-p910nd/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-p910nd/ipkg/postinst b/applications/luci-p910nd/ipkg/postinst
new file mode 100644
index 0000000000..d16d5cc3da
--- /dev/null
+++ b/applications/luci-p910nd/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd
+}