View | Details | Raw Unified | Return to bug 207263
Collapse All | Expand All

(-)x11-fonts/fontconfig/files/pkg-install.in (-1 / +1 lines)
Lines 5-10 Link Here
5
5
6
if [ "$2" = "POST-INSTALL" ]; then
6
if [ "$2" = "POST-INSTALL" ]; then
7
    echo "Running fc-cache to build fontconfig cache..."
7
    echo "Running fc-cache to build fontconfig cache..."
8
    fc-cache -f -v
8
    fc-cache -f -s -v
9
    exit 0
9
    exit 0
10
fi
10
fi

Return to bug 207263