From: Steven Barth Date: Wed, 4 Mar 2009 17:53:25 +0000 (+0000) Subject: Still not working... X-Git-Tag: 0.9.0~635 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=fc45514531d686dbea23c963c65f1bd627be9d24;p=project%2Fluci.git Still not working... --- diff --git a/libs/nixio/ipkg/postinst b/libs/nixio/ipkg/postinst index fb1c99a04..edc8741da 100755 --- a/libs/nixio/ipkg/postinst +++ b/libs/nixio/ipkg/postinst @@ -1,4 +1,6 @@ #!/bin/sh [ -z "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/nixio" ] && { ( . /etc/uci-defaults/nixio ) && rm -f /etc/uci-defaults/nixio + exit } +exit 0