#!/bin/sh set -e if [ "x${1}" = 'xconfigure' ]; then mkdir -p /var/cache/fontconfig fc-cache -s -f -v fi