Files
pkgsrc-ng/misc/openoffice3-bin/DEINSTALL
2013-09-26 17:14:40 +02:00

16 lines
393 B
Plaintext

# $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