summarylogtreecommitdiffstats
path: root/pump.io.install
blob: 99fcd0ca28e6f771875004121fe848d700f4ab89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}

post_remove() {
  getent passwd $pumpuser &> /dev/null && userdel -f $pumpuser
  return 0
}