From f94538dda37509300113956f6d1259625dbd7f36 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 4 Mar 2009 17:41:55 +0000 Subject: [PATCH] Fix nixio postinst --- libs/nixio/ipkg/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nixio/ipkg/postinst b/libs/nixio/ipkg/postinst index 0863c22a3..fb1c99a04 100755 --- a/libs/nixio/ipkg/postinst +++ b/libs/nixio/ipkg/postinst @@ -1,4 +1,4 @@ #!/bin/sh -[ -n "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/nixio" ] || { +[ -z "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/nixio" ] && { ( . /etc/uci-defaults/nixio ) && rm -f /etc/uci-defaults/nixio } -- 2.11.0