summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-polipo/ipkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-polipo/ipkg/postinst')
-rwxr-xr-xapplications/luci-app-polipo/ipkg/postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-app-polipo/ipkg/postinst b/applications/luci-app-polipo/ipkg/postinst
deleted file mode 100755
index 0e23e2a4a..000000000
--- a/applications/luci-app-polipo/ipkg/postinst
+++ /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
-}