summarylogtreecommitdiffstats
path: root/trid.install
diff options
context:
space:
mode:
authorJesse Jaara2015-07-08 19:34:31 +0300
committerJesse Jaara2015-07-08 19:35:06 +0300
commit6c6c99f3284245c42fa9cbb24ff9bda3b13378e3 (patch)
treedd38d68e55194b2a6bb2c151e0e42a7de363f01a /trid.install
downloadaur-6c6c99f3284245c42fa9cbb24ff9bda3b13378e3.tar.gz
Import trid to Aur4.
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"
+}