summarylogtreecommitdiffstats
path: root/beef-git.install
blob: 594c4bab5ee30c5d3c3c8896ec91c46740105825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo
  echo "Default username and password in use! "
  echo "Change the beef.credentials.passwd in /usr/share/beef/config.yaml"
  echo
}

# post_remove(){
#   rm -rf /usr/share/beef
# }

# vim: ts=2 sw=2 et: