Remove libva removal

This commit is contained in:
Jeevitha Kannan K S 2024-10-10 22:14:41 +05:30
parent 2980eea0e6
commit a27a21835e
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
2 changed files with 0 additions and 5 deletions

View File

@ -53,10 +53,6 @@ setupHardwareAccelration() {
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm libva-nvidia-driver "$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm libva-nvidia-driver
if "$PACKAGER" -Q | grep -q 'libva '; then
"$ESCALATION_TOOL" "$PACKAGER" -Rdd libva
fi
mkdir -p "$HOME/linuxtoolbox" mkdir -p "$HOME/linuxtoolbox"
if [ -d "$LIBVA_DIR" ]; then if [ -d "$LIBVA_DIR" ]; then
rm -rf "$LIBVA_DIR" rm -rf "$LIBVA_DIR"

View File

@ -21,7 +21,6 @@ description = "This script installs and configures nvidia drivers with Hardware
script = "arch/nvidia-drivers.sh" script = "arch/nvidia-drivers.sh"
task_list = "I FM RP SS" task_list = "I FM RP SS"
[[data.entries]] [[data.entries]]
name = "Paru AUR Helper" name = "Paru AUR Helper"
description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers" description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"