2 if (( $(vercmp $2 2:2.13.93-1) < 0 )); then
3 echo "Creating fontconfig configuration..."
4 find usr/share/fontconfig/conf.default -mindepth 1 |
5 /usr/share/libalpm/scripts/40-fontconfig-config /etc/fonts/conf.d
7 (( $(vercmp $2 0) > 0 )) && cat <<END
9 >>> If you have configured NoExtract to prevent symlinks in /etc/fonts/conf.d/
10 from being restored, these symlinks have been recreated one last time. You
11 can now delete the symlinks and remove the paths from NoExtract and they
12 will not be created again.
17 # a full forced directory scan is required here
18 echo "Rebuilding fontconfig cache..."