# $NetBSD: DEINSTALL,v 1.1.1.1 2009/01/31 22:05:53 bad Exp $ # # This file contains the contents of the OOo rpm pre-uninstall, # post-uninstall scripts. PRODUCTINSTALLLOCATION=${PKG_PREFIX}/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