blob: 3343ae488c0b94853628c3bc7424e88a573ad70c (
plain)
1
2
3
4
5
6
7
8
9
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
|