mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:05:59 +01:00
Added uninstall target
This commit is contained in:
parent
f2ab2466ed
commit
f546424ab2
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -88,4 +88,10 @@ install:
|
||||||
cp ./assets/wall_4K.png /usr/share/hyprland
|
cp ./assets/wall_4K.png /usr/share/hyprland
|
||||||
cp ./assets/wall_8K.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
|
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
|
||||||
|
|
Loading…
Reference in a new issue