From: Zdenek Dohnal Date: Tue, 24 Nov 2020 12:53:45 +0000 (+0100) Subject: scheduler/Makefile: use new unit names in uninstall as well X-Git-Tag: v2.3.3op1~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf7bf41e9367f48d1193e540b26631ac29a66d2c;p=thirdparty%2Fcups.git scheduler/Makefile: use new unit names in uninstall as well --- diff --git a/scheduler/Makefile b/scheduler/Makefile index e56206d9f2..c67b63c1b0 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -296,9 +296,9 @@ uninstall: fi if test "x$SYSTEMD_DIR" != x; then \ echo Uninstalling systemd files...; \ - $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/org.cups.cupsd.path; \ - $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/org.cups.cupsd.service; \ - $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/org.cups.cupsd.socket; \ + $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/cups.path; \ + $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/cups.service; \ + $(RM) $(BUILDROOT)$(SYSTEMD_DIR)/cups.socket; \ fi if test "x$(SMFMANIFESTDIR)" != x; then \ echo Uninstalling SMF manifest file...;\