blob: a4fae6df1d323beff89ca7fc8025573c66ebcdcf (
plain)
1
2
3
4
5
6
|
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-asterisk ) && rm -f /etc/uci-defaults/luci-asterisk
/etc/init.d/asterisk enabled || /etc/init.d/asterisk enable
exit 0
}
|