blob: da51890cdedf27c1d591072a6c7d45ae83c71fbc (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
cat << EOF
==> Plugins had been installed in /usr/bin/pymunin-*
==> To start using them with munin, just create symbolic links in the munin
==> plugins configuration directory (/etc/munin/plugins) then configure them
==> in /etc/munin/plugin-conf.d
EOF
}
# vim:set ts=2 sw=2 et:
|