rm msgs during removal of libgl

This commit is contained in:
amnon 2010-08-03 11:52:15 +00:00
parent f146aa619f
commit 054f99b194
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=chakra-hardware-detection
pkgver=20100625
pkgrel=4
pkgrel=5
pkgdesc="Hardware detection scripts for Chakra"
arch=('any')
url="http://www.chakra-project.org"

View File

@ -72,7 +72,7 @@ hwdetect_graphics()
printhl "NVIDIA hardware detected"
printhl "Installing driver: nvidia. This can take some seconds."
pacman -Rdf --noconfirm libgl
pacman -Rd --noconfirm libgl &>/dev/null
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-utils-${NVIDIA_DRV_VER}* &>/dev/null
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-${NVIDIA_DRV_VER}* &>/dev/null
@ -86,7 +86,7 @@ hwdetect_graphics()
printhl "NVIDIA hardware detected"
printhl "Installing driver: nvidia-173xx. This can take some seconds."
pacman -Rdf --noconfirm libgl
pacman -Rd --noconfirm libgl &>/dev/null
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-173xx* &>/dev/null
# add a status file in /tmp
@ -99,7 +99,7 @@ hwdetect_graphics()
printhl "NVIDIA hardware detected"
printhl "Installing driver: nvidia-96xx. This can take some seconds."
pacman -Rdf --noconfirm libgl
pacman -Rd --noconfirm libgl &>/dev/null
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-96xx* &>/dev/null
# add a status file in /tmp
@ -118,7 +118,7 @@ hwdetect_graphics()
printhl "ATI hardware detected"
printhl "Installing driver: ATI catalyst. This can take some seconds."
pacman -Rdf --noconfirm libgl
pacman -Rd --noconfirm libgl &>/dev/null
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/catalyst* &>/dev/null
# add a status file in /tmp