#!/bin/sh

# $FreeBSD: databases/jasperserver/pkg-install 318135 2013-05-13 23:19:28Z jgh $

BATCH=${BATCH:=no}

if [ "$2" = "PRE-INSTALL" ]; then
cat << _EOF
==============  W A R N I N G   I M P O R T A N T   N O T E  =================

To upgrade, it is recommended to refer to the Installation Guide found here:
http://community.jaspersoft.com/documentation

==============  W A R N I N G   I M P O R T A N T   N O T E  =================

_EOF
    if [ -z "${PACKAGE_BUILDING}" -a "${BATCH}" = "no" ]; then
        read -p "Hit ^c now to stop, any key to continue: " -t 20 a || true
        echo
        echo
    fi
fi
