diff options
author | Steven Barth <steven@midlink.org> | 2009-03-04 17:53:25 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-03-04 17:53:25 +0000 |
commit | fc45514531d686dbea23c963c65f1bd627be9d24 (patch) | |
tree | ea53d8f4d9274a1bace86ae4cf953bb6e3d6d396 /libs | |
parent | f94538dda37509300113956f6d1259625dbd7f36 (diff) |
Still not working...
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/nixio/ipkg/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |