]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
scheduler/Makefile: use new unit names in uninstall as well 50/head
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 24 Nov 2020 12:53:45 +0000 (13:53 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 24 Nov 2020 12:53:45 +0000 (13:53 +0100)
scheduler/Makefile

index e56206d9f2d9fe4ff06016ec83840d8fc810fc99..c67b63c1b040e2a9c094262ac3096a38b5d9c9b4 100644 (file)
@@ -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...;\