diff options
Diffstat (limited to 'libs/nixio')
-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 |