diff --git a/chakra-hardware-detection/PKGBUILD b/chakra-hardware-detection/PKGBUILD index 1a6c51e4f..7111d912d 100755 --- a/chakra-hardware-detection/PKGBUILD +++ b/chakra-hardware-detection/PKGBUILD @@ -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" diff --git a/chakra-hardware-detection/opt/chakra/hooks/hwdetect_7_graphics b/chakra-hardware-detection/opt/chakra/hooks/hwdetect_7_graphics index 8bacdd5b6..af321c643 100755 --- a/chakra-hardware-detection/opt/chakra/hooks/hwdetect_7_graphics +++ b/chakra-hardware-detection/opt/chakra/hooks/hwdetect_7_graphics @@ -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