#!/bin/bash hvconfig_pre() { CONFIGURE_OPTS+=" \ --disable-orbit \ --disable-static" } hvbuild_post() { install -v -m755 -d /etc/gconf/gconf.xml.system }