summarylogtreecommitdiffstats
path: root/vboxhost-hook.install
blob: cc9944f6c5672dc7b6ba4045f4cbf748e4077f06 (plain)
1
2
3
4
5
post_install() {
  echo "Please add 'vboxhost' to the HOOKs array in /etc/mkinitcpio.conf and make sure you have installed the header files for your kernel to enable the automatic modules compilation."
}

# vim: ts=2 sw=2 et: