summaryrefslogtreecommitdiff
path: root/templates/default
blob: 0d1c0ea035daf4174a6f15f2c4a4518373b13bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
default_setupX () {
    exc nvidia-settings -l

    play_setupX
}

default_setenv () {
    if loaded wine; then
        EENV[WINEPREFIX]='{ [[ -z $NO_WINEINSTS ]] && echo $HOME/.wineinsts/$PREFIX; } || echo $PREFIX'
    fi

    play_setenv
}

default_prepare () {
}

default_cleanup () {
}

EXPORT prepare cleanup
OVERRIDE setenv setupX

# vim:ft=sh