summaryrefslogtreecommitdiff
path: root/community-staging/wesnoth/wesnoth.install
blob: 4f1e419ae98a6d14481c125fad9e0b79658e5aec (plain)
1
2
3
4
5
6
7
8
9
# arg 1:  the new package version
post_install() {
cat << EOF
Note:
==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
EOF
}