summarylogtreecommitdiffstats
path: root/pump.io.install
blob: cc211c78c8fc04676a0577bd11b50829646c1fb2 (plain)
1
2
3
4
5
6
7
post_install() {
  echo 'Edit the file /etc/pump.io.json as needed. Please look over the documentation at http://pump.io/#configuration'  
}

post_upgrade() {
  post_install
}