summarylogtreecommitdiffstats
path: root/ajenti.install
blob: f3e0a01ff536db4f15b778b7fd3097e5b4e9c7b6 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo 'Ajenti is listening by default on port 8000.'
}

post_remove() {
  echo 'Perhaps you want to look in /var/backups and /var/lib/ajenti'
  echo 'for leftover files. This is where ajenti stores backups of'
  echo 'configuration files and plugins.'
}