[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/share openoffice.org-fonts,NONE,1.1



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



Reply to: