pkgsrc/misc/openoffice3-bin/DEINSTALL
bad 152809551c Update openoffice3-bin to 3.2.0.
Changes since 3.1.2 are:
- security fixes
- improved MS Office compatibility
- faster startup times

For a more detailed list read http://www.openoffice.org/dev_docs/features/3.2/
2010-03-02 22:57:03 +00:00

15 lines
393 B
Text

# $NetBSD: DEINSTALL,v 1.2 2010/03/02 22:57:03 bad Exp $
#
# This file contains the contents of the OOo rpm pre-uninstall,
# post-uninstall scripts.
PRODUCTINSTALLLOCATION=${PKG_PREFIX}/opt/openoffice.org@VER@
case ${STAGE} in
DEINSTALL)
if [ -h $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ]
then
${RM} $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
fi
;;
esac