summarylogtreecommitdiffstats
path: root/evewinetricks
blob: eea31357c76549c0fa303b6ff5572a14647739fb (plain)
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 "$@"