mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
127 B
Text
8 lines
127 B
Text
|
#!/bin/sh
|
||
|
|
||
|
update-alternatives --remove quakeforge-audio-default /usr/lib/quakeforge/libsnd_output_oss.so
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|