2 # --- T2-COPYRIGHT-NOTE-BEGIN ---
3 # T2 SDE: package/*/xorg-server/xorg.postinstall
4 # Copyright (C) 2004 - 2022 The T2 SDE Project
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 echo "Running mkfontscale and mkfontdir ..."
14 for dir
in /usr
/X11
/share
/fonts
/{*,*/*}/; do
15 [ -d $dir ] ||
continue
23 if which fc-cache
> /dev
/null
; then
24 echo "Running fc-cache ..."
25 fc-cache
-v --system-only