summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/INSTALL
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-01-04 15:29:41 +0000
committerghen <ghen@pkgsrc.org>2006-01-04 15:29:41 +0000
commit12f8cb92be70afebaac0181bf68e0320e82b5016 (patch)
tree45df4f2a16f9427a8d758c5b02d40f18ad97bf96 /misc/openoffice2-bin/INSTALL
parent51351627d39607adfd45251ef3e434687b3ab904 (diff)
downloadpkgsrc-12f8cb92be70afebaac0181bf68e0320e82b5016.tar.gz
Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new featues. For a complete list of changes, see http://development.openoffice.org/releases/2.0.1.html Ok by mrauch, wiz.
Diffstat (limited to 'misc/openoffice2-bin/INSTALL')
-rw-r--r--misc/openoffice2-bin/INSTALL27
1 files changed, 1 insertions, 26 deletions
diff --git a/misc/openoffice2-bin/INSTALL b/misc/openoffice2-bin/INSTALL
index a591f12dd6f..dfb1fb35187 100644
--- a/misc/openoffice2-bin/INSTALL
+++ b/misc/openoffice2-bin/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: INSTALL,v 1.2 2006/01/04 15:29:41 ghen Exp $
# This file contains the contents of the OOo rpm
# pre-install, post-install, pre-uninstall and post-uninstall scripts
@@ -18,21 +18,6 @@ POST-INSTALL)
${LN} -s $PRODUCTINSTALLLOCATION/program/filter/libfreetype.so.6 $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
fi
fi
-
- if [ -d $PRODUCTINSTALLLOCATION/program/python-core-2.3.4 ]
- then
- ${LN} -s $PRODUCTINSTALLLOCATION/program/python-core-2.3.4 $PRODUCTINSTALLLOCATION/program/python-core >/dev/null 2>&1
- fi
-
- if [ -f $PRODUCTINSTALLLOCATION/program/python.sh ]
- then
- ${LN} -s $PRODUCTINSTALLLOCATION/program/python.sh $PRODUCTINSTALLLOCATION/program/python >/dev/null 2>&1
- fi
-
- if [ -f $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python ]
- then
- chmod +x $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python
- fi
;;
DEINSTALL)
@@ -40,16 +25,6 @@ DEINSTALL)
then
${RM} $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
fi
-
- if [ -h $PRODUCTINSTALLLOCATION/program/python-core ]
- then
- ${RM} $PRODUCTINSTALLLOCATION/program/python-core >/dev/null 2>&1
- fi
-
- if [ -h $PRODUCTINSTALLLOCATION/program/python ]
- then
- ${RM} $PRODUCTINSTALLLOCATION/program/python >/dev/null 2>&1
- fi
;;
esac