diff options
author | Juergen Daubert <jue@jue.li> | 2012-10-11 17:53:57 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-10-11 17:53:57 +0200 |
commit | f491c9db35db7275c36ba89219c766e349fdc47b (patch) | |
tree | 57f93e3b657cff9809824aa1d955331de76ac899 /iso | |
parent | eae68111c2b55f81956fd8e733f72b1d3494fd2f (diff) | |
download | iso-f491c9db35db7275c36ba89219c766e349fdc47b.tar.gz iso-f491c9db35db7275c36ba89219c766e349fdc47b.tar.xz |
setup-helper: inject glu if mesa3d is installed
Diffstat (limited to 'iso')
-rwxr-xr-x | iso/bin/setup-helper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index 44a1cea..348fb08 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -125,5 +125,9 @@ if [ `is_installed firefox` ]; then inject_packages nspr nss sqlite3 fi +if [ `is_installed mesa3d` ]; then + inject_packages glu +fi + # force replacement of /etc/mtab with symlink ln -sf /proc/self/mounts $ROOT/etc/mtab |