diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 11:54:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 11:57:50 +0200 |
commit | d7526acd0e8932e77e27db86ce882d614003f552 (patch) | |
tree | 28ec175dbd5587ca75f37208acbc17784d7d48bd /data/upstart | |
parent | fa891fc76c7108a4cc4bcdad5d2abb5f2a83d233 (diff) | |
download | ayatana-indicator-printers-d7526acd0e8932e77e27db86ce882d614003f552.tar.gz ayatana-indicator-printers-d7526acd0e8932e77e27db86ce882d614003f552.tar.bz2 ayatana-indicator-printers-d7526acd0e8932e77e27db86ce882d614003f552.zip |
Drop all references to upstart.
Fixes AyatanaIndicators/ayatana-indicator-printers#2.
Diffstat (limited to 'data/upstart')
-rw-r--r-- | data/upstart/Makefile.am | 16 | ||||
-rw-r--r-- | data/upstart/ayatana-indicator-printers.desktop.in | 9 |
2 files changed, 0 insertions, 25 deletions
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) diff --git a/data/upstart/ayatana-indicator-printers.desktop.in b/data/upstart/ayatana-indicator-printers.desktop.in deleted file mode 100644 index f0045dc..0000000 --- a/data/upstart/ayatana-indicator-printers.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Indicator Printers -Exec=@pkglibexecdir@/ayatana-indicator-printers-service -OnlyShowIn=MATE; -NoDisplay=true -StartupNotify=false -Terminal=false -Hidden=true |