X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=Makefile;h=b0f8064961760019a4609e05a302b9b41c4ae259;hp=3b95458ea29af7927c6eb3d98281283723c004a7;hb=7cd849a636c4c88249742d3dc0636329b2a6ffac;hpb=467e4548ca3d2adec3e75fd6b499861b5f7d0c73 diff --git a/Makefile b/Makefile index 3b95458..b0f8064 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,8 @@ install: $(INSTALL_DATA) $(DESTDIR)/etc/dbus-1/system.d etc/dbus-1/system.d/time-slider.conf $(mkinstalldirs) $(DESTDIR)/etc/xdg/autostart $(INSTALL_DATA) $(DESTDIR)/etc/xdg/autostart etc/xdg/autostart/*.desktop + $(mkinstalldirs) $(DESTDIR)/usr/lib/systemd/system + $(INSTALL_DATA) $(DESTDIR)/usr/lib/systemd/system etc/systemd/system/*.service $(mkinstalldirs) $(DESTDIR)/lib/svc/method $(INSTALL_SCRIPT) $(DESTDIR)/lib/svc/method lib/svc/method/time-slider $(INSTALL_SCRIPT) $(DESTDIR)/lib/svc/method lib/svc/method/time-slider-plugin @@ -141,6 +143,7 @@ uninstall: done $(RM) $(DESTDIR)/etc/dbus-1/system.d/time-slider.conf $(RM) $(DESTDIR)/etc/xdg/autostart/time-slider-notify.desktop + $(RM) $(DESTDIR)/usr/lib/systemd/system/time-sliderd.service $(RM) $(DESTDIR)/lib/svc/method/time-slider $(RM) $(DESTDIR)/lib/svc/method/time-slider-plugin $(RM) $(DESTDIR)/lib/svc/method/time-slider-rsync