Fix nixio postinst
This commit is contained in:
parent
b92e6532a0
commit
f94538dda3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue