quakeforge/debian/quakeforge-alsa.prerm
Jeff Teunissen 7161000e10 Stop running ldconfig so damn much.
Also, more nuked files -- and see, I remembered there's a makefile in
this dir... :)
2010-12-25 02:32:44 -05:00

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