diff options
Diffstat (limited to 'modules/freifunk/ipkg/postinst')
-rwxr-xr-x | modules/freifunk/ipkg/postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst new file mode 100755 index 000000000..90e28effe --- /dev/null +++ b/modules/freifunk/ipkg/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +[ -n "${IPKG_INSTROOT}" ] || { + /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable +} |