quakeforge/debian/quakeforge-oss.postinst

8 lines
199 B
Bash

#!/bin/sh -e
update-alternatives --install /usr/share/games/quake/QFplugins/snd_output_default.so quakeforge-audio-default /usr/share/games/quake/QFplugins/snd_output_oss.so 90
#DEBHELPER#
exit 0