diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/evolution.desktop | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000000..1ae1b2443e --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = \ + evolution.desktop
\ No newline at end of file diff --git a/data/evolution.desktop b/data/evolution.desktop new file mode 100644 index 0000000000..159aecde52 --- /dev/null +++ b/data/evolution.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Evolution +Comment=Mail, Contacts and Task. +Exec=evolution +Terminal=0 +Type=Application |