From 4df0fa559a3a1484b3387ab06f84525d89b080ac Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sat, 14 Mar 2020 10:00:08 +0100 Subject: [PATCH] make sure all mangohud files are being uninstalled --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index c9edba29..f313762a 100755 --- a/build.sh +++ b/build.sh @@ -168,7 +168,9 @@ clean() { uninstall() { [ "$UID" -eq 0 ] || exec sudo bash "$0" uninstall rm -rfv "/usr/lib/mangohud" + rm -rfv "/usr/share/doc/mangohud" rm -fv "/usr/share/vulkan/implicit_layer.d/mangohud.json" + 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/bin/mangohud"