From d7526acd0e8932e77e27db86ce882d614003f552 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 10 Aug 2020 11:54:41 +0200 Subject: Drop all references to upstart. Fixes AyatanaIndicators/ayatana-indicator-printers#2. --- data/upstart/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 data/upstart/Makefile.am (limited to 'data/upstart/Makefile.am') diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am deleted file mode 100644 index 4066aa6..0000000 --- a/data/upstart/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -BUILT_SOURCES= -CLEANFILES= -EXTRA_DIST= - -# -# the upstart xdg autostart override -# - -xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = ayatana-indicator-printers.desktop -xdg_autostart_in = $(xdg_autostart_DATA:.desktop=.desktop.in) -$(xdg_autostart_DATA): $(xdg_autostart_in) - $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ -BUILT_SOURCES += $(xdg_autostart_DATA) -CLEANFILES += $(xdg_autostart_DATA) -EXTRA_DIST += $(xdg_autostart_in) -- cgit v1.2.3