#!/bin/sh
export LD_LIBRARY_PATH="/usr/lib/vdi-client${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec /usr/bin/qf-client.bin "$@"
