blob: 14537f23dd4c80c57242fe2fe4044319644cd6ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
/bin/cat << EOF
===> To compile the modules do /usr/bin/vboxbuild
EOF
}
post_upgrade() {
/bin/cat << EOF
===> To recompile the modules do /usr/bin/vboxbuild
EOF
}
|