blob: 24d90b1c2cebca66db4d3d9eedd38dc2e8d905d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
}
|