flm01/mote/v1/openwrt/package/luci/modules/freifunk/ipkg/postinst
Bart Van Der Meerssche 3a28838b29 change repository layout
2010-07-07 16:37:03 +02:00

5 lines
105 B
Bash
Executable file

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
}