#!/bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin export PATH case $2 in POST-INSTALL) echo "Running fc-cache to build fontconfig cache..." fc-cache -f -v ;; esac