Add files from parent branch HEAD:
[pkgsrc.git] / misc / openoffice2-bin / DEINSTALL
1 # $NetBSD: INSTALL,v 1.2 2006/01/04 15:29:41 ghen Exp $
2 #
3 # This file contains the contents of the OOo rpm pre-uninstall,
4 # post-uninstall scripts.
5
6 PRODUCTINSTALLLOCATION=${PKG_PREFIX}/openoffice.org@VER@
7
8 case ${STAGE} in
9 DEINSTALL)
10         if [ -h $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ]
11         then
12           ${RM} $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
13         fi
14         ;;
15 esac