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