- Edited
https://aur.archlinux.org/packages/dxvk-mingw-proton-ge-async-git/
I’m by no means a PKGBUILD wizard, and don’t know how to do a certain command in the package() section. Proton installs those dxvk dll’s in the mentioned directories in the PKGBUILD. I tried to use the “rm” command to delete the dlls before replacing them with the symlinks, but I get build errors saying “permission denied”. How would I go about removing those dll files in those directories automatically in the package() section so the symlinks are installed in there place?
I’m by no means a PKGBUILD wizard, and don’t know how to do a certain command in the package() section. Proton installs those dxvk dll’s in the mentioned directories in the PKGBUILD. I tried to use the “rm” command to delete the dlls before replacing them with the symlinks, but I get build errors saying “permission denied”. How would I go about removing those dll files in those directories automatically in the package() section so the symlinks are installed in there place?