From 09e711d09a11c7ab87135ffff6b33706bf1f4e80 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 17 Oct 2008 09:15:25 +0200 Subject: [PATCH] setup-helper: inject libpciaccess if xorg is installed --- iso/bin/setup-helper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index 562c6bf..242341c 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -96,3 +96,6 @@ remove_packages cdrtools mktemp hotplug inetd netkit-ftp netkit-telnet xorg-xf86 inject_packages cdrkit inetutils libpcre libgmp libmpfr rename_packages xorg-xf86-video-amd:xorg-xf86-video-geode +if [ `is_installed xorg` ]; then + inject_packages xorg-libpciaccess +fi