archrelease: copy trunk to staging-x86_64
[arch-packages.git] / fontconfig / repos / extra-x86_64 / fontconfig.install
blobf569a4a6894f3e63e24311d9f7105747dfd658ad
1 post_upgrade() {
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.
14 END
15   fi
17   # a full forced directory scan is required here
18   echo "Rebuilding fontconfig cache..."
19   /usr/bin/fc-cache -rs
22 post_install() {
23   post_upgrade $1 0
26 # vim:set sw=2 et: