summarylogtreecommitdiffstats
path: root/snmptt.install
diff options
context:
space:
mode:
Diffstat (limited to 'snmptt.install')
-rw-r--r--snmptt.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/snmptt.install b/snmptt.install
new file mode 100644
index 000000000000..3343ae488c0b
--- /dev/null
+++ b/snmptt.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "Please read the ArchWiki on Snmpd on how to setup snmptrapd."
+ echo "This is required if you want to use snmptt."
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:ts=2:sw=2