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