set-helper: adjust for new deps of xulrunner and video-intel

This commit is contained in:
Juergen Daubert 2010-03-03 10:30:32 +01:00
parent 34385685e0
commit 77cc2097c0

View File

@ -109,3 +109,16 @@ if [ -f $ROOT/etc/modprobe.conf ]; then
mv $ROOT/etc/modprobe.conf $ROOT/etc/modprobe.d/all.conf
fi
# 2.6 -> 2.7
if [ `is_installed xulrunner` ]; then
inject_packages libnotify
fi
if [ `is_installed xorg-xf86-video-intel` ]; then
inject_packages gperf xorg-xcb-util
fi