luci-0.10: sync with trunk, drop broken and unfinished applications
[project/luci.git] /
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-asterisk ) && rm -f /etc/uci-defaults/luci-asterisk
4         /etc/init.d/asterisk enabled || /etc/init.d/asterisk enable
5         exit 0
6 }