summarylogtreecommitdiffstats
path: root/trid.install
blob: ed653a2b6ba5a2943a56569fff48dc22e07d7dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo "To enable automatic defenitions database updating"
  echo "run systemctl enable update-trid-defs.timer"
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Don't forget to disable update-trid-defs.timer"
}