summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/INSTALL
blob: 067ac40aae919e1ae9e023c0e103530c316e4100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: INSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $
#
# This file contains the contents of the OOo rpm pre-install, post-install
# scripts.

PRODUCTINSTALLLOCATION=${PKG_PREFIX}/openoffice.org@VER@

case ${STAGE} in
POST-INSTALL)
	if [ ! -f $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ]
	then
	  if [ -f $PRODUCTINSTALLLOCATION/program/filter/libfreetype.so.6 ]
	  then
	    ${LN} -s $PRODUCTINSTALLLOCATION/program/filter/libfreetype.so.6 $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
	  fi
	fi
	;;
esac