post_install () {
  # Display cron command
  echo "See the example cron entry (for the munin user) for further setup:
    /etc/munin/munin-cron-entry"
  post_upgrade
}

post_upgrade() {
  fc-cache /usr/lib/munin
}

post_remove() {
  fc-cache /usr/lib/munin
}
