Update Makefile
This commit is contained in:
parent
51bf76872d
commit
c6b096d673
8
Makefile
8
Makefile
@ -109,14 +109,14 @@ uninstall-units:
|
|||||||
-systemctl stop nohang-desktop.service || true
|
-systemctl stop nohang-desktop.service || true
|
||||||
-systemctl disable nohang.service || true
|
-systemctl disable nohang.service || true
|
||||||
-systemctl disable nohang-desktop.service || true
|
-systemctl disable nohang-desktop.service || true
|
||||||
-rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service
|
rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service
|
||||||
-rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang-desktop.service
|
rm -fv $(DESTDIR)$(SYSTEMDUNITDIR)/nohang-desktop.service
|
||||||
|
|
||||||
uninstall-openrc:
|
uninstall-openrc:
|
||||||
# 'make uninstall-openrc' must not fail with error if openrc is unavailable or returns error
|
# 'make uninstall-openrc' must not fail with error if openrc is unavailable or returns error
|
||||||
-rc-service nohang-desktop stop || true
|
-rc-service nohang-desktop stop || true
|
||||||
-rc-service nohang stop || true
|
-rc-service nohang stop || true
|
||||||
-rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang
|
rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang
|
||||||
-rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang-desktop
|
rm -fv $(DESTDIR)$(SYSCONFDIR)/init.d/nohang-desktop
|
||||||
|
|
||||||
uninstall: uninstall-base uninstall-units daemon-reload uninstall-openrc
|
uninstall: uninstall-base uninstall-units daemon-reload uninstall-openrc
|
||||||
|
Loading…
Reference in New Issue
Block a user