flm01/mote/v2/openwrt/package/luci/modules/freifunk/ipkg/postinst

6 lines
105 B
Plaintext
Raw Normal View History

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