freebsd-ports/x11-fonts/fontconfig/files/pkg-install.in
Joe Marcus Clarke 0e0d4691b5 Update to 2.1.92. This is a hacked development version that should solve
most of the Xft/fontconfig problems people are experiencing.  Note that
in this version, font caches do not have to exist for Xft applications
to function properly.

PR:	50482
2003-04-04 06:53:18 +00:00

9 lines
188 B
Bash

#!/bin/sh
PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin
export PATH
if [ "$2" = "POST-INSTALL" ]; then
echo "Running fc-cache to build fontconfig cache..."
fc-cache -f -v
fi