summarylogtreecommitdiffstats
path: root/dxvk-mingw-proton-ge-async-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'dxvk-mingw-proton-ge-async-git.install')
-rw-r--r--dxvk-mingw-proton-ge-async-git.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/dxvk-mingw-proton-ge-async-git.install b/dxvk-mingw-proton-ge-async-git.install
deleted file mode 100644
index a30dc9b13c33..000000000000
--- a/dxvk-mingw-proton-ge-async-git.install
+++ /dev/null
@@ -1,20 +0,0 @@
-pre_install() {
-
-echo "You need to remove certain old 64bit and 32bit dxvk .dll files from your proton-ge directory before installing this package, or you will receive errors when trying to install.
-
-This package also needs reinstalled after every Proton update.
-
-Examples:
-
-sudo rm -rf /usr/share/steam/compatibilitytools.d/proton-ge-custom*/dist/lib/wine/dxvk/d3d*
-sudo rm -rf /usr/share/steam/compatibilitytools.d/proton-ge-custom*/dist/lib/wine/dxvk/dxg*
-
-sudo rm -rf /usr/share/steam/compatibilitytools.d/proton-ge-custom*/dist/lib64/wine/dxvk/d3d*
-sudo rm -rf /usr/share/steam/compatibilitytools.d/proton-ge-custom*/dist/lib64/wine/dxvk/dxg*"
-
-read -p "Are you sure? " -n 1 -r
-echo # (optional) move to a new line
-if [[ $REPLY =~ ^[Yy]$ ]]
-then
- # do dangerous stuff
-fi