blob: c8eaf30229c161cd052ea840a04c81792b95cea0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "Default username and password in use! "
echo "Change the beef.credentials.passwd in /usr/share/beef/config.yaml"
}
# post_remove(){
# rm -rf /usr/share/beef
# }
# vim: ts=2 sw=2 et:
|