updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / wesnoth-devel / wesnoth-devel.install
blob6800346741476a758aa6cac1f52cf86bc50184f2
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 Note:
5 ==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
6 ==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
7 ==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
8 EOF
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 post_upgrade() {
14   post_install $1
17 op=$1
18 shift
19 $op $*