git » xorg-mkfontscale.git » main » tree

[main] / xorg-mkfontscale.install

1
2
3
4
5
6
7
8
post_install() {
  if [[ -d /usr/share/fonts ]]; then
    echo -n "Creating X fontdir indices..."
    find /usr/share/fonts -mindepth 1 -path /usr/share/fonts/encodings -prune \
      -o -type d -printf '%p/\n' | /usr/share/libalpm/scripts/xorg-mkfontscale
    echo " done."
  fi
}