Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-polipo / ipkg / postinst
index 0b84b0daf4fa0d954cd137b24840862f1914e187..0e23e2a4ae924b542fe311189b4dacc4a0be363a 100755 (executable)
@@ -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
 }