#!/bin/sh SETUPDIR="" . ./evesetup.shlib check_wine WINETRICKS=$(which winetricks 2>/dev/null) if [ "x$WINETRICKS" = "x" ] ;then desktop_msg "winetricks not found!" exit 1 fi env WINEPREFIX=$WINEPREFIX WINE=$WINEPATH/wine $WINETRICKS "$@"