From 43fc467d584994897612a7d0f11394278be7b81e Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sat, 28 Aug 2021 00:25:51 +1200 Subject: [PATCH] Fix rm of not installed components --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c0e7265d..2b377323 100644 --- a/Makefile +++ b/Makefile @@ -71,11 +71,9 @@ uninstall: rm -f "$(DESTDIR)$(bindir)/$(BIN_C)" rm -f "$(DESTDIR)$(bindir)/$(BIN_D)" rm -f "$(DESTDIR)$(bindir)/$(BIN_N)" - rm -f "$(DESTDIR)$(libdir)/udev/rules.d/$(PMRULES)" rm -f "$(DESTDIR)$(libdir)/udev/rules.d/99-$(BIN_D).rules" rm -f "$(DESTDIR)/etc/asusd/$(LEDCFG)" rm -f "$(DESTDIR)$(datarootdir)/dbus-1/system.d/$(BIN_D).conf" - rm -f "$(DESTDIR)$(datarootdir)/X11/xorg.conf.d/$(X11CFG)" rm -f "$(DESTDIR)$(libdir)/systemd/system/$(BIN_D).service" rm -r "$(DESTDIR)$(libdir)/systemd/user/$(BIN_N).service" rm -r "$(DESTDIR)$(datarootdir)/icons/hicolor/512x512/apps/asus_notif_yellow.png"