summarylogtreecommitdiffstats
path: root/wesnoth-devel.install
blob: 264d9d1bd145f0aab0abd90fb9519cfe5150f18b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arg 1:  the new package version
post_install() {
    systemd-tmpfiles --create wesnothd-devel.conf
    update-desktop-database -q
cat << EOF
Note:
==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth-devel
==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
EOF
}

post_upgrade() {
    post_install
}