#!/bin/bash hvbuild() { make linux make prefix=/usr install } hvbuild_post() { install -v -m644 ${SCRDIR}/misc/kermrc /etc/skel/.kermrc }