Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-ushare / ipkg / postinst
index 0309e3e1a4c4f411cc74b02011f919ca66c8c2c6..54b1a33b4d51ee7d1e38edad12603f1d24f61bb2 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
 }