aboutsummaryrefslogtreecommitdiff
path: root/data/upstart
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:35:57 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:35:57 +0100
commit21b8f5e95840ddfb65b9fcfdd1a9fe83c07a36b9 (patch)
tree3045f348e325e0513f543ec53b4bb35c0ef2e0c4 /data/upstart
parent73163e638c78e07db623c9e698d00871a9602b3a (diff)
parent611df0c8dbbb5793f2fd15fadd4c9f4a401085d7 (diff)
downloadayatana-indicator-bluetooth-21b8f5e95840ddfb65b9fcfdd1a9fe83c07a36b9.tar.gz
ayatana-indicator-bluetooth-21b8f5e95840ddfb65b9fcfdd1a9fe83c07a36b9.tar.bz2
ayatana-indicator-bluetooth-21b8f5e95840ddfb65b9fcfdd1a9fe83c07a36b9.zip
Merge branch 'sunweaver-pr/drop-ubuntuisms'
Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/11 Approval in GH PR #3: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/3
Diffstat (limited to 'data/upstart')
-rw-r--r--data/upstart/Makefile.am17
-rw-r--r--data/upstart/ayatana-indicator-bluetooth.desktop.in9
2 files changed, 0 insertions, 26 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am
deleted file mode 100644
index e83f60c..0000000
--- a/data/upstart/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-BUILT_SOURCES =
-EXTRA_DIST =
-CLEANFILES =
-
-# the upstart version of the xdg autostart job file
-# see https://code.launchpad.net/~charlesk/indicator-bluetooth/upstart-job/+merge/198100
-upstart_xdg_autostartdir = $(datadir)/upstart/xdg/autostart
-upstart_xdg_autostart_DATA = ayatana-indicator-bluetooth.desktop
-upstart_xdg_autostart_in = ayatana-indicator-bluetooth.desktop.in
-$(upstart_xdg_autostart_DATA): $(upstart_xdg_autostart_in)
- $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
-BUILT_SOURCES += $(upstart_xdg_autostart_DATA)
-EXTRA_DIST += $(upstart_xdg_autostart_in)
-CLEANFILES += $(upstart_xdg_autostart_DATA)
-
-EXTRA_DIST += \
- ayatana-indicator-bluetooth.upstart.desktop.in
diff --git a/data/upstart/ayatana-indicator-bluetooth.desktop.in b/data/upstart/ayatana-indicator-bluetooth.desktop.in
deleted file mode 100644
index 523cfa0..0000000
--- a/data/upstart/ayatana-indicator-bluetooth.desktop.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Indicator Bluetooth
-Exec=@pkglibexecdir@/indicator-bluetooth-service
-NoDisplay=true
-StartupNotify=false
-Terminal=false
-OnlyShowIn=Unity;
-Hidden=true