#!/bin/sh

# Link to private shared libs
LD_LIBRARY_PATH=/usr/lib/ike${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} \
exec /usr/lib/ike/ikea.real "$@"
