aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-03 03:14:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-07-03 03:17:17 +0800
commitcf5191f317bafeaaceb6dd3987d516d03a6e774e (patch)
tree32fad8019c61f8edf402fec8ce11171fbfdb80e1 /shell
parent6cda29281f23dbf2ceff713a40c08415266d3c98 (diff)
downloadgsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar.gz
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar.bz2
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar.lz
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar.xz
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.tar.zst
gsoc2013-evolution-cf5191f317bafeaaceb6dd3987d516d03a6e774e.zip
Remove evolution-nognome script.
Looks like some ancient development environment script. I actually use something very similar for my own development environment, but it doesn't belong in a version control system.
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am3
-rw-r--r--shell/evolution-nognome.in13
2 files changed, 0 insertions, 16 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b61accec1e..0398379c41 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -191,7 +191,6 @@ errordir = $(privdatadir)/errors
EXTRA_DIST = \
evo-version.h.in \
shell.error.xml \
- evolution-nognome.in \
evolution-icon.rc \
evolution.ico \
evolution-mail.ico \
@@ -221,8 +220,6 @@ CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-noinst_SCRIPTS = evolution-nognome
-
evolution-icon.o: evolution.ico evolution-mail.ico evolution-memos.ico evolution-tasks.ico
$(WINDRES) evolution-icon.rc evolution-icon.o
diff --git a/shell/evolution-nognome.in b/shell/evolution-nognome.in
deleted file mode 100644
index da0e941aab..0000000000
--- a/shell/evolution-nognome.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-
-PATH=@prefix@/bin:/usr/gnome/bin:${PATH}
-GNOME2_PATH=@prefix@:/usr/gnome
-LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH}
-
-export LD_LIBRARY_PATH GNOME2_PATH PATH
-
-exec @libexecdir@/evolution-@BASE_VERSION@ "$@"
-