From c6b096d67315e982e227ede17f87ec72c777b768 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 17 May 2020 21:16:29 +0900 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5d734c4..a38ed5b 100644 --- a/Makefile +++ b/Makefile @@ -109,14 +109,14 @@ uninstall-units: -systemctl stop nohang-desktop.service || true -systemctl disable nohang.service || true -systemctl disable nohang-desktop.service || true - -rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service - -rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang-desktop.service + rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service + rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang-desktop.service uninstall-openrc: # 'make uninstall-openrc' must not fail with error if openrc is unavailable or returns error -rc-service nohang-desktop stop || true -rc-service nohang stop || true - -rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang - -rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang-desktop + rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang + rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang-desktop uninstall: uninstall-base uninstall-units daemon-reload uninstall-openrc