mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +00:00
remove the null plugins from the packages (quakeforge-common.postinst might
not be correct)
This commit is contained in:
parent
ab2aa3ae92
commit
3ca0759592
2 changed files with 1 additions and 3 deletions
2
debian/quakeforge-common.postinst
vendored
2
debian/quakeforge-common.postinst
vendored
|
@ -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
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue