# Original Author: Niels Abspoel # Maintainer: Tim Meusel post_install() { echo "" echo "========================================" echo "" echo "This will only install puppetboard read:" echo "https://github.com/nedap/puppetboard" echo "on how to configure" echo "" echo "========================================" } post_upgrade () { post_install } # vim:set ts=2 sw=2 et: