#!/bin/bash
set -e
name=ghostscript
version=10.07.1
release=1
if [ -f usr/bin/fc-cache ];then
	usr/bin/fc-cache usr/share/ghostscript/fonts
fi

