summaryrefslogtreecommitdiffhomepage
path: root/libs/px5g/ipkg
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-06-06 20:34:47 +0000
committerSteven Barth <steven@midlink.org>2009-06-06 20:34:47 +0000
commit0bf57f624564bae569dc49d243ad069f802d3127 (patch)
tree7e6849b1fe704ac3193138f10eb7c93a54b6fda7 /libs/px5g/ipkg
parent4d4f8f4d79577d0962e0b76db98d67865b69e6a0 (diff)
Add PX5G Keymaster
Diffstat (limited to 'libs/px5g/ipkg')
-rwxr-xr-xlibs/px5g/ipkg/postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/px5g/ipkg/postinst b/libs/px5g/ipkg/postinst
new file mode 100755
index 0000000000..a221b34a33
--- /dev/null
+++ b/libs/px5g/ipkg/postinst
@@ -0,0 +1,6 @@
+#!/bin/sh
+[ -z "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/px5g" ] && {
+ ( . /etc/uci-defaults/px5g ) && rm -f /etc/uci-defaults/px5g
+ exit
+}
+exit 0