Update mangohud-setup.sh for new libdir paths

pull/58/head
jackun 4 years ago
parent 37e34335ae
commit 69947c3732
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -9,9 +9,10 @@ install() {
uninstall() {
[ "$UID" -eq 0 ] || exec sudo bash "$0" uninstall
rm -rfv "/usr/lib/MangoHud"
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/bin/mangohud"
}

Loading…
Cancel
Save