summarylogtreecommitdiffstats
path: root/hashboot.install
blob: 2a1bf9f7e41a5bfa9388615bb43b7188b6969b71 (plain)
1
2
3
4
5
6
7
8
post_install() {
  printf " ==> hashboot: NOTICE! You must enable the systemd service \"hashboot.service\" and generate the initial hashboot files with the command \"sudo hashboot index\"."
}

post_remove() {
  rm -f /etc/hashboot.cfg
  rm -rf /var/lib/hashboot/
}