#!/bin/sh

BASEDIR=`pkgparam SUNWsgeea BASEDIR`

installf SUNWsgeea $BASEDIR/dbwriter/database/oracle/dbdefinition.xml f 644 root root || exit 2
installf SUNWsgeea $BASEDIR/dbwriter/database/postgres/dbdefinition.xml f 644 root root || exit 2
installf SUNWsgeea $BASEDIR/dbwriter/database/postgres/drop.sql f 644 root root || exit 2
installf SUNWsgeea $BASEDIR/dbwriter/lib/postgresql-7.4.2.jar f 644 root root || exit 2
installf SUNWsgeea $BASEDIR/dbwriter/updatedb.sh f 755 root root || exit 2
installf -f SUNWsgeea

