diff options
author | acly7946 <[email protected]> | 2022-04-11 23:17:21 +0000 |
---|---|---|
committer | acly7946 <[email protected]> | 2022-04-11 23:17:21 +0000 |
commit | f546424ab20763706be94a06a3a8e7d3724f273d (patch) | |
tree | 1908b8e26f50d493c7b9503cf0dcddad46c49471 /Makefile | |
parent | f2ab2466ed0dd123a903eb8731595abdcf0d77e4 (diff) | |
download | Hyprland-f546424ab20763706be94a06a3a8e7d3724f273d.tar.gz Hyprland-f546424ab20763706be94a06a3a8e7d3724f273d.zip |
Added uninstall target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -88,4 +88,10 @@ install: cp ./assets/wall_4K.png /usr/share/hyprland cp ./assets/wall_8K.png /usr/share/hyprland +uninstall: + rm -f /usr/share/wayland-sessions/hyprland.desktop + rm -f /usr/bin/Hyprland + rm -f /usr/bin/hyprctl + rm -rf /usr/share/hyprland + config: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o |