Remove obsolete ipkg directories
[project/luci.git] / applications / luci-app-p910nd / ipkg / postinst
diff --git a/applications/luci-app-p910nd/ipkg/postinst b/applications/luci-app-p910nd/ipkg/postinst
deleted file mode 100644 (file)
index 36a91e2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd
-       /etc/init.d/p910nd enabled || /etc/init.d/p910nd enable
-       exit 0
-}