aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am6
-rw-r--r--data/indicator-example.service.in3
-rw-r--r--data/indicator-notifications.service.in3
3 files changed, 6 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 9eef2e0..bf27757 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,12 +1,12 @@
#SUBDIRS = icons
dbus_servicesdir = $(DBUSSERVICEDIR)
-dbus_services_DATA = indicator-example.service
+dbus_services_DATA = indicator-notifications.service
%.service: %.service.in
sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
EXTRA_DIST = \
- indicator-example.service.in
+ indicator-notifications.service.in
-CLEANFILES = indicator-example.service
+CLEANFILES = indicator-notifications.service
diff --git a/data/indicator-example.service.in b/data/indicator-example.service.in
deleted file mode 100644
index 9f883f4..0000000
--- a/data/indicator-example.service.in
+++ /dev/null
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=com.example.indicator.example
-Exec=@libexecdir@/indicator-example-service
diff --git a/data/indicator-notifications.service.in b/data/indicator-notifications.service.in
new file mode 100644
index 0000000..cc8faa8
--- /dev/null
+++ b/data/indicator-notifications.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=com.launchpad.recent-notifications.indicator
+Exec=@libexecdir@/indicator-notifications-service