quakeforge/debian/quakeforge-common.postinst

13 lines
391 B
Plaintext
Raw Normal View History

2001-10-14 12:19:16 +00:00
#!/bin/sh -e
update-alternatives --install /usr/lib/quakeforge/plugins/snd_output_default.so quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_disk.so 10
update-alternatives --install /usr/lib/quakeforge/plugins/snd_output_default.so quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_oss.so 20
2001-10-14 12:19:16 +00:00
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0