summarylogtreecommitdiffstats
path: root/trid.install
diff options
context:
space:
mode:
authorJesse Jaara2024-03-18 11:42:45 +0200
committerJesse Jaara2024-03-18 11:42:45 +0200
commit3aed4555050f2e664399767a60a3af45d807547b (patch)
tree54a226e7f2be128e5f5201dc10295d735089bdcf /trid.install
parent45408e4627b4a8a003e10dd77b3b1bb24fc123e5 (diff)
downloadaur-trid.tar.gz
Improve package
* Added the needed `LANG=c` hack to the trid script * Improved update script
Diffstat (limited to 'trid.install')
-rw-r--r--trid.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/trid.install b/trid.install
index ed653a2b6ba5..df7629f5dedb 100644
--- a/trid.install
+++ b/trid.install
@@ -1,6 +1,8 @@
post_install() {
echo "To enable automatic defenitions database updating"
- echo "run systemctl enable update-trid-defs.timer"
+ echo "run: systemctl enable update-trid-defs.timer"
+ echo "To update the data base manually (recommended)"
+ echo "run: sudo update-trid-defs"
}
post_upgrade() {