PX5G: no autogeneration
[project/luci.git] / libs / px5g / ipkg / postinst
diff --git a/libs/px5g/ipkg/postinst b/libs/px5g/ipkg/postinst
deleted file mode 100755 (executable)
index a221b34..0000000
+++ /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