summarylogtreecommitdiffstats
path: root/puppetboard.install
blob: fbea38c50906adb878c10ce526d87e920b6db218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Original Author: Niels Abspoel <aboe76 (at) Gmail (dot) com>
# Maintainer: Tim Meusel <tim@bastelfreak.de>

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: