4594221 [rkeene@sledge /home/rkeene/projects/build]$ cat thunderbird.txt
# DESKTOP: [Desktop Entry]
# DESKTOP: Name=Mozilla Thunderbird Mail Tool
# DESKTOP: GenericName=thunderbird
# DESKTOP: Comment=
# DESKTOP: Exec=/usr/bin/thunderbird
# DESKTOP: Icon=/usr/lib/thunderbird/icons/mozicon50.xpm
# DESKTOP: StartupNotify=false
# DESKTOP: Terminal=false
# DESKTOP: Type=Application
# DESKTOP: Categories=Application;Network
# Note that this build script is for the binary version of thunderbird

cat <<EOF >install-scp.sh
#! /bin/sh

mkdir -p /usr/lib/thunderbird || exit 1

cp -a * /usr/lib/thunderbird

rm -f /usr/bin/thunderbird
ln -s /usr/lib/thunderbird/thunderbird /usr/bin || exit 1

EOF

chmod +x install-scp.sh

${installmonitor} ./install-scp.sh || exit 1
4594222 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06