From 71afd173bbb61b41d6607ae56b703c84054bad63 Mon Sep 17 00:00:00 2001 From: jackun Date: Sat, 14 Mar 2020 14:12:51 +0200 Subject: [PATCH] Update mangohud-setup.sh --- bin/mangohud-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mangohud-setup.sh b/bin/mangohud-setup.sh index 4960b035..ca2ac821 100755 --- a/bin/mangohud-setup.sh +++ b/bin/mangohud-setup.sh @@ -10,10 +10,10 @@ install() { uninstall() { [ "$UID" -eq 0 ] || exec sudo bash "$0" uninstall rm -rfv "/usr/lib/mangohud" - rm -fv "/usr/share/vulkan/implicit_layer.d/mangohud.json" - rm -fv "/etc/ld.so.conf.d/libmangohud.conf" - rm -fv "/etc/ld.so.conf.d/lib32-libmangohud.conf" + rm -fv "/usr/share/vulkan/implicit_layer.d/MangoHud.x86.json" + rm -fv "/usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json" rm -fv "/usr/bin/mangohud" + rm -fv "/usr/bin/mangohud.x86" } for a in $@; do