summarylogtreecommitdiffstats
path: root/evewinetricks
blob: 5696cc311c4bc3d9849897b1821229a90d32cc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 "$@"