mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:54:36 +08:00
rm msgs during removal of libgl
This commit is contained in:
parent
f146aa619f
commit
054f99b194
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
|
|
||||||
pkgname=chakra-hardware-detection
|
pkgname=chakra-hardware-detection
|
||||||
pkgver=20100625
|
pkgver=20100625
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Hardware detection scripts for Chakra"
|
pkgdesc="Hardware detection scripts for Chakra"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.chakra-project.org"
|
url="http://www.chakra-project.org"
|
||||||
|
@ -72,7 +72,7 @@ hwdetect_graphics()
|
|||||||
printhl "NVIDIA hardware detected"
|
printhl "NVIDIA hardware detected"
|
||||||
printhl "Installing driver: nvidia. This can take some seconds."
|
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-utils-${NVIDIA_DRV_VER}* &>/dev/null
|
||||||
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-${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 "NVIDIA hardware detected"
|
||||||
printhl "Installing driver: nvidia-173xx. This can take some seconds."
|
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
|
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-173xx* &>/dev/null
|
||||||
|
|
||||||
# add a status file in /tmp
|
# add a status file in /tmp
|
||||||
@ -99,7 +99,7 @@ hwdetect_graphics()
|
|||||||
printhl "NVIDIA hardware detected"
|
printhl "NVIDIA hardware detected"
|
||||||
printhl "Installing driver: nvidia-96xx. This can take some seconds."
|
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
|
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/nvidia-96xx* &>/dev/null
|
||||||
|
|
||||||
# add a status file in /tmp
|
# add a status file in /tmp
|
||||||
@ -118,7 +118,7 @@ hwdetect_graphics()
|
|||||||
printhl "ATI hardware detected"
|
printhl "ATI hardware detected"
|
||||||
printhl "Installing driver: ATI catalyst. This can take some seconds."
|
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
|
pacman -Udf --noconfirm ${HW_DRIVER_PATH}/catalyst* &>/dev/null
|
||||||
|
|
||||||
# add a status file in /tmp
|
# add a status file in /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user