setup-helper: add alsa-lib to inject_packages

as of version 3.5 xulrunner depends on alsa-lib. If someone updates
the system with firefox 3.0.x installed we have to inject the lib.
This commit is contained in:
Juergen Daubert 2009-07-27 10:44:52 +02:00
parent 3e6d8748c3
commit 52ee5a14b4

View File

@ -99,6 +99,10 @@ if [ `is_installed xorg` ]; then
inject_packages xorg-dri2proto
fi
if [ `is_installed xulrunner` ]; then
inject_packages alsa-lib
fi
# module-init-tools, ticket #437
if [ -f $ROOT/etc/modprobe.conf ]; then
mkdir -p $ROOT/etc/modprobe.d/