54b1a33b4d51ee7d1e38edad12603f1d24f61bb2
[project/luci.git] / applications / luci-app-ushare / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare
4         /etc/init.d/ushare enabled || /etc/init.d/ushare enable
5         exit 0
6 }