mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
fixing uninstall
This commit is contained in:
parent
67f5e4923b
commit
cebe5e2e7a
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ else
|
||||||
echo -n "Do you want to uninstall lsfg-vk? (y/n) "
|
echo -n "Do you want to uninstall lsfg-vk? (y/n) "
|
||||||
read -r uninstall_answer < /dev/tty
|
read -r uninstall_answer < /dev/tty
|
||||||
if [ "$uninstall_answer" = "y" ]; then
|
if [ "$uninstall_answer" = "y" ]; then
|
||||||
rm -v ~/.local/lib/liblsfg-vk.so
|
rm -v $INSTALL_PATH/lib/liblsfg-vk.so
|
||||||
rm -v ~/.local/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json
|
rm -v $INSTALL_PATH/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json
|
||||||
rm -v "$SHA_FILE"
|
rm -v "$SHA_FILE"
|
||||||
echo "Uninstallation completed."
|
echo "Uninstallation completed."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue