90e28effee671f4776902464e0131d73460b6f23
[project/luci.git] / modules / freifunk / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
5 }