#! /bin/sh # $FreeBSD: head/databases/postgresql90-server/pkg-install-server 340719 2014-01-22 15:52:06Z mat $ PATH=/bin:/usr/bin:/usr/sbin backupwarning() { cat < 8.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =========================================== EOF sleep 5 } case $2 in PRE-INSTALL) backupwarning ;; esac