summaryrefslogtreecommitdiff
path: root/misc/openoffice3-bin/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice3-bin/INSTALL')
-rw-r--r--misc/openoffice3-bin/INSTALL18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/openoffice3-bin/INSTALL b/misc/openoffice3-bin/INSTALL
deleted file mode 100644
index 8e807bbf7af..00000000000
--- a/misc/openoffice3-bin/INSTALL
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: INSTALL,v 1.2 2010/03/02 22:57:03 bad Exp $
-#
-# This file contains the contents of the OOo rpm pre-install, post-install
-# scripts.
-
-PRODUCTINSTALLLOCATION=${PKG_PREFIX}/opt/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