summarylogtreecommitdiffstats
path: root/trid.install
blob: f86e5f81e84b0aa06ededa31005bfb9600189ce7 (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"
}