diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | d434e9a584481ae60eba767d06926f03755894e2 (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /shell/evolution-nognome.in | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-GEDIT_2_3_5.tar.gz gsoc2013-evolution-GEDIT_2_3_5.tar.zst gsoc2013-evolution-GEDIT_2_3_5.zip |
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_3_5'.GEDIT_2_3_5
svn path=/tags/GEDIT_2_3_5/; revision=21601
Diffstat (limited to 'shell/evolution-nognome.in')
-rw-r--r-- | shell/evolution-nognome.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shell/evolution-nognome.in b/shell/evolution-nognome.in deleted file mode 100644 index bd6f15789b..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-1.3 "$@" - |