Merge 2bc680cae6e70c659e146eec555e299c170e54a7 into 3eacc28b721950b51b0249508cc31e6e54988a0c

This commit is contained in:
Guilherme Parcerão 2024-05-13 22:04:22 +03:00 committed by GitHub
commit 1991be2568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.mod.c *.mod.c
Module.symvers Module.symvers
modules.order modules.order
.vscode/

View File

@ -146,6 +146,8 @@ rm -f /etc/modprobe.d/${OPTIONS_FILE}
echo "Removing source files from /usr/src/${DRV_NAME}-${DRV_VERSION}" echo "Removing source files from /usr/src/${DRV_NAME}-${DRV_VERSION}"
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION} rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
make clean >/dev/null 2>&1 make clean >/dev/null 2>&1
echo "Removing driver from the DKMS tree"
rm -rf /var/lib/dkms/rtl8821cu
echo "The driver was removed successfully." echo "The driver was removed successfully."
echo "You may now delete the driver directory if desired." echo "You may now delete the driver directory if desired."
echo ": ---------------------------" echo ": ---------------------------"