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…
Add table
Add a link
Reference in a new issue