summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-polipo/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-polipo/ipkg')
-rwxr-xr-xapplications/luci-polipo/ipkg/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-polipo/ipkg/postinst b/applications/luci-polipo/ipkg/postinst
index 16408879a..0b84b0daf 100755
--- a/applications/luci-polipo/ipkg/postinst
+++ b/applications/luci-polipo/ipkg/postinst
@@ -1,4 +1,5 @@
#!/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
}