summarylogtreecommitdiffstats
path: root/pgagent.install
blob: 23abc99bbc0d3b00bd57e5311ca6e56c3a6929ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	echo ""
  echo "#########################################################################"
  echo "To create the database environment load the script /usr/share/pgagent.sql"
  echo "#########################################################################"
	echo ""
}

post_upgrade() {
	echo ""
  echo "#############################################################"
  echo "To update the database environment for the new version"
  echo "load the script /usr/share/pgagent_upgrade.sql (if provided)"
  echo "#############################################################"
	echo ""
}