From e917d3a28a238208ecf786cfda93dcd2893e3df2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 23:19:26 +0200 Subject: Fork from Ubuntu's Indicator Messages. --- data/upstart/Makefile.am | 12 ------------ data/upstart/indicator-messages.desktop.in | 8 -------- 2 files changed, 20 deletions(-) delete mode 100644 data/upstart/Makefile.am delete mode 100644 data/upstart/indicator-messages.desktop.in (limited to 'data/upstart') diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am deleted file mode 100644 index c182438..0000000 --- a/data/upstart/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ - -xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = indicator-messages.desktop - -%.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - -EXTRA_DIST = \ - indicator-messages.desktop.in - -CLEANFILES = \ - $(xdg_autostart_DATA) diff --git a/data/upstart/indicator-messages.desktop.in b/data/upstart/indicator-messages.desktop.in deleted file mode 100644 index dd0b1d6..0000000 --- a/data/upstart/indicator-messages.desktop.in +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Indicator Messages -Exec=@pkglibexecdir@/indicator-messages-service -StartupNotify=false -Terminal=false -OnlyShowIn=Unity; -Hidden=true -- cgit v1.2.3