diff options
Diffstat (limited to 'libs/nixio/ipkg/postinst')
-rwxr-xr-x | libs/nixio/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/nixio/ipkg/postinst b/libs/nixio/ipkg/postinst deleted file mode 100755 index edc8741da..000000000 --- a/libs/nixio/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ -z "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/nixio" ] && { - ( . /etc/uci-defaults/nixio ) && rm -f /etc/uci-defaults/nixio - exit -} -exit 0 |