mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:25:57 +01:00
makefile: add rm hyprpm for uninstall (#4086)
This commit is contained in:
parent
004bf94a23
commit
6fb1b89b98
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -60,6 +60,7 @@ 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/hyprctl
|
rm -f ${PREFIX}/bin/hyprctl
|
||||||
|
rm -f ${PREFIX}/bin/hyprpm
|
||||||
rm -f ${PREFIX}/lib/libwlroots.so.13032
|
rm -f ${PREFIX}/lib/libwlroots.so.13032
|
||||||
rm -rf ${PREFIX}/share/hyprland
|
rm -rf ${PREFIX}/share/hyprland
|
||||||
rm -f ${PREFIX}/share/man/man1/Hyprland.1
|
rm -f ${PREFIX}/share/man/man1/Hyprland.1
|
||||||
|
|
Loading…
Reference in a new issue