From 7f0ff5c6554d9165645af67a6b8a252de67ffa5c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 16 Sep 2008 11:16:04 +0000 Subject: * luci/applications: add p910nd printserver application, thanks Yanira! - closes #125 --- applications/luci-p910nd/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 applications/luci-p910nd/ipkg/postinst (limited to 'applications/luci-p910nd/ipkg/postinst') 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 +} -- cgit v1.2.3