* updated tzdata (2024a -> 2024b)
[t2sde.git] / package / xorg / xorg-server / xorg.postinstall
blob7c2ea0c651f18735f70b8a615c6a9f45e612771c
1 #!/bin/bash
2 # --- T2-COPYRIGHT-NOTE-BEGIN ---
3 # T2 SDE: package/*/xorg-server/xorg.postinstall
4 # Copyright (C) 2004 - 2022 The T2 SDE Project
5 #
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8 #
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
16 echo " $dir"
17 mkfontscale $dir
18 mkfontdir $dir
19 done
21 echo
23 if which fc-cache > /dev/null; then
24 echo "Running fc-cache ..."
25 fc-cache -v --system-only