summarylogtreecommitdiffstats
path: root/ehaspd.install
blob: 64c840ec11d149ba0151d22bc01716df07ea0001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Do not forget to enable and start the service as root:"
  echo "systemctrl enable ehaspd"
  echo "systemctrl start  ehaspd"
}

post_upgrade() {
  echo
}

post_remove() {
  echo
}