summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-polipo/ipkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-polipo/ipkg/postinst')
-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 0b84b0daf..0e23e2a4a 100755
--- a/applications/luci-polipo/ipkg/postinst
+++ b/applications/luci-polipo/ipkg/postinst
@@ -2,4 +2,5 @@
[ -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
}