Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated...
[project/luci.git] / applications / luci-watchcat / ipkg / postinst
1 #!/bin/sh
2 me="watchcat"
3 [ -n "${IPKG_INSTROOT}" ] || {
4 ( . /etc/uci-defaults/luci-$me ) && rm -f /etc/uci-defaults/luci-$me
5 /etc/init.d/$me enabled || /etc/init.d/$me enable
6 exit 0
7 }