mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
# arg 1: the new package version
|
|
post_install() {
|
|
systemd-tmpfiles --create wesnothd.conf
|
|
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
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|