0171144c5
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin export PATH case $2 in POST-INSTALL) echo "Running fc-cache to build fontconfig cache..." fc-cache -f -v ;; esac