remove the null plugins from the packages (quakeforge-common.postinst might

not be correct)
This commit is contained in:
Bill Currie 2003-02-03 22:43:00 +00:00
parent ab2aa3ae92
commit 3ca0759592
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/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_null.so 20
update-alternatives --install /usr/lib/quakeforge/plugins/snd_output_default.so quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_oss.so 20
if [ "$1" = "configure" ]; then
ldconfig

2
debian/rules vendored
View file

@ -98,10 +98,8 @@ install: build
usr/lib/libQFsound.so.* \
usr/lib/libQFutil.so.* \
usr/lib/quakeforge/plugins/cd_linux.so* \
usr/lib/quakeforge/plugins/cd_null.so* \
usr/lib/quakeforge/plugins/console_client.so* \
usr/lib/quakeforge/plugins/snd_output_disk.so* \
usr/lib/quakeforge/plugins/snd_output_null.so* \
usr/lib/quakeforge/plugins/snd_render_default.so*
dh_installdocs -p$(common) NEWS TODO
dh_installchangelogs -p$(common) ChangeLog