From 6fb1b89b982eea26ecae75b93f1742537c4f31ae Mon Sep 17 00:00:00 2001 From: thejch <66577496+thejch@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:36:18 -0800 Subject: [PATCH] makefile: add rm hyprpm for uninstall (#4086) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f03931fe..9e9d7afc 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ uninstall: rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop rm -f ${PREFIX}/bin/Hyprland rm -f ${PREFIX}/bin/hyprctl + rm -f ${PREFIX}/bin/hyprpm rm -f ${PREFIX}/lib/libwlroots.so.13032 rm -rf ${PREFIX}/share/hyprland rm -f ${PREFIX}/share/man/man1/Hyprland.1