#!/bin/bash hvconfig_pre() { CONFIGURE_OPTS=" \ ${CONFIGURE_OPTS} \ --enable-gui=gtk \ --enable-renderer=cairo" } hvconfig_post() { install -m 755 plugin/.libs/libgnashplugin.so /usr/lib/firefox/plugins }