mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
7161000e10
Also, more nuked files -- and see, I remembered there's a makefile in this dir... :)
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh -e
|
|
|
|
update-alternatives --remove quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_alsa.so
|
|
|
|
#DEBHELPER#
|
|
exit 0
|