mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/sh -e
|
|
|
|
update-alternatives --install /usr/lib/quakeforge/libsnd_output_default.so quakeforge-audio-default /usr/lib/quakeforge/libsnd_output_alsa0_9.so 100
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|