1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/bin/sh . ./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 "$@"