flm01/openwrt/packages/luci/contrib/package/olsrd-luci/ipkg/postinst

6 lines
99 B
Bash
Executable File

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