Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-ushare / ipkg / postinst
index 0309e3e..54b1a33 100644 (file)
@@ -2,4 +2,5 @@
 [ -n "${IPKG_INSTROOT}" ] || {
        ( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare
        /etc/init.d/ushare enabled || /etc/init.d/ushare enable
+       exit 0
 }