mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:25:57 +01:00
Makefile: remove hyprland symlink on uninstall
This commit is contained in:
parent
e6f7724ab0
commit
4f804d5f96
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -60,6 +60,7 @@ install:
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop
|
rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop
|
||||||
rm -f ${PREFIX}/bin/Hyprland
|
rm -f ${PREFIX}/bin/Hyprland
|
||||||
|
rm -f ${PREFIX}/bin/hyprland
|
||||||
rm -f ${PREFIX}/bin/hyprctl
|
rm -f ${PREFIX}/bin/hyprctl
|
||||||
rm -f ${PREFIX}/bin/hyprpm
|
rm -f ${PREFIX}/bin/hyprpm
|
||||||
rm -f ${PREFIX}/lib/libwlroots.so.13032
|
rm -f ${PREFIX}/lib/libwlroots.so.13032
|
||||||
|
|
Loading…
Reference in a new issue