diff options
Diffstat (limited to 'data/upstart')
-rw-r--r-- | data/upstart/Makefile.am | 12 | ||||
-rw-r--r-- | data/upstart/ayatana-indicator-keyboard.desktop.in | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am deleted file mode 100644 index c762a603..00000000 --- a/data/upstart/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -########################### -# Upstart XDG Override -########################### - -xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = ayatana-indicator-keyboard.desktop - -%.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - -EXTRA_DIST = ayatana-indicator-keyboard.desktop.in - diff --git a/data/upstart/ayatana-indicator-keyboard.desktop.in b/data/upstart/ayatana-indicator-keyboard.desktop.in deleted file mode 100644 index f20783be..00000000 --- a/data/upstart/ayatana-indicator-keyboard.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Ayatana Indicator Keyboard -Exec=@pkglibexecdir@/ayatana-indicator-keyboard-service -OnlyShowIn=Unity; -NoDisplay=true -StartupNotify=false -Terminal=false -Hidden=true |