summarylogtreecommitdiffstats
path: root/trid.install
diff options
context:
space:
mode:
Diffstat (limited to 'trid.install')
-rw-r--r--trid.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/trid.install b/trid.install
new file mode 100644
index 000000000000..f86e5f81e84b
--- /dev/null
+++ b/trid.install
@@ -0,0 +1,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"
+}