Update of /cvs/debian-openoffice/oo-debian-files/share In directory gluck:/tmp/cvs-serv21321/share
Added Files: openoffice.org-fonts Log Message: Add call to fc-cache in postinst of openoffice.org, for OpenSymbol font --- NEW FILE: openoffice.org-fonts --- #/bin/sh set -e if [ "$1" = openoffice.org ] && [ "$2" = configure ]; then echo "Updating fontconfig cache" /usr/bin/fc-cache -f fi