if [ "$DEBIAN_FRONTEND" = gtk ] ; then
    if [ -x /usr/bin/fc-cache ] ; then
        fc-cache
    fi
fi
