summaryrefslogtreecommitdiffstats
path: root/bin-mail/thunderbird-bin/INSTALL
blob: 9ffb05544a7e44b0b4af734c1c592c7ccb20c8db (plain) (blame)
1
2
3
4
5
6
7
8
9
# tarball has been extracted, just copy to the correct directory.
INSTALLDIR=/usr/lib/thunderbird

#
# Create generic symlink for plug-ins
#
mkdir -pv $INSTALLDIR                               &&
cp -rv $SOURCE_DIRECTORY/* $INSTALLDIR              &&
ln -s $INSTALLDIR/thunderbird /usr/bin/thunderbird