modules/freifunk: migrate /etc/config/freifunk to the new format if it was restored...
[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 }