From 054f99b194b1c62b61f6565fc6e530295499f5ee Mon Sep 17 00:00:00 2001 From: amnon Date: Tue, 3 Aug 2010 11:52:15 +0000 Subject: [PATCH] rm msgs during removal of libgl --- chakra-hardware-detection/PKGBUILD | 2 +- .../opt/chakra/hooks/hwdetect_7_graphics | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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