Skip to content

Commit

Permalink
Update mangohud-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackun committed Mar 14, 2020
1 parent ae27b4b commit 71afd17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/mangohud-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71afd17

Please sign in to comment.