luci/contrib/package/olsrd-luci/ipkg/postinst

7 lines
79 B
Bash
Executable file

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