mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
6 lines
189 B
Bash
6 lines
189 B
Bash
#!/bin/sh -e
|
|
|
|
update-alternatives --install /usr/lib/quakeforge/plugins/snd_output_default.so quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_disk.so 10
|
|
|
|
#DEBHELPER#
|
|
exit 0
|