* luci/applications: add p910nd printserver application, thanks Yanira! - closes...
[project/luci.git] / applications / luci-p910nd / ipkg / postinst
diff --git a/applications/luci-p910nd/ipkg/postinst b/applications/luci-p910nd/ipkg/postinst
new file mode 100644 (file)
index 0000000..d16d5cc
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+        ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd
+}