diff options
author | Roger Roger <[email protected]> | 2024-01-31 17:17:42 +0100 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-01-31 19:34:16 +0200 |
commit | 4f804d5f962070c531dea5025e61be8a0da8129e (patch) | |
tree | 59433a376d58ea687642ffae08030146498c1f34 | |
parent | e6f7724ab0f72f190e0005c6959c11625cc0c6fe (diff) | |
download | Hyprland-4f804d5f962070c531dea5025e61be8a0da8129e.tar.gz Hyprland-4f804d5f962070c531dea5025e61be8a0da8129e.zip |
Makefile: remove hyprland symlink on uninstall
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ install: uninstall: rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop rm -f ${PREFIX}/bin/Hyprland + rm -f ${PREFIX}/bin/hyprland rm -f ${PREFIX}/bin/hyprctl rm -f ${PREFIX}/bin/hyprpm rm -f ${PREFIX}/lib/libwlroots.so.13032 |