diff options
Diffstat (limited to 'applications/luci-polipo/ipkg')
-rwxr-xr-x | applications/luci-polipo/ipkg/postinst | 1 |
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 } |