mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
7 lines
132 B
Bash
7 lines
132 B
Bash
#!/bin/sh
|
|
|
|
update-alternatives --remove quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_oss.so
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|