#!/bin/sh set -e if [ "x${1}" = 'xpurge' ]; then rm -rf /var/cache/fontconfig fi