#!/bin/bash hvconfig_pre() { CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --localstatedir=/var \ --disable-docs \ --without-add-fonts \ --with-docdir=/usr/share/doc/${PACKAGE}" } hvbuild_post() { # Updating font information cache. fc-cache -f }