repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
102.11.0-1
[arch-packages.git]
/
xorg-mkfontdir
/
trunk
/
xorg-mkfontdir.install
blob
2a2b31fa603499efab1a63413b8afe889561b2d5
1
post_install() {
2
if [[ -d /usr/share/fonts ]]; then
3
echo -n "Creating X fontdir indices..."
4
find /usr/share/fonts -mindepth 1 -path /usr/share/fonts/encodings -prune \
5
-o -type d -printf '%p/\n' | /usr/share/libalpm/scripts/xorg-mkfontdir
6
echo " done."
7
fi
8
}