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