#!/bin/sh
set -e

if which update-gsfontmap > /dev/null
then
	update-gsfontmap
fi

#DEBHELPER#

exit 0
