diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-02 23:56:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-02 23:56:38 +0000 |
commit | 20ac75a0484a7f97e9be4199d9ecfb6ffcecb5db (patch) | |
tree | 9e88a9dd324137f4912eb1ed885b8a2103233e37 /app-text/texlive-core/files | |
parent | amd64 stable (diff) | |
download | historical-20ac75a0484a7f97e9be4199d9ecfb6ffcecb5db.tar.gz historical-20ac75a0484a7f97e9be4199d9ecfb6ffcecb5db.tar.bz2 historical-20ac75a0484a7f97e9be4199d9ecfb6ffcecb5db.zip |
let texmf-update handle dvips config.ps through /etc/texmf/dvips.d
Package-Manager: portage-2.1.4_rc4
Diffstat (limited to 'app-text/texlive-core/files')
-rw-r--r-- | app-text/texlive-core/files/texmf-update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/texlive-core/files/texmf-update b/app-text/texlive-core/files/texmf-update index db6ea04c1d9d..4d15315f640c 100644 --- a/app-text/texlive-core/files/texmf-update +++ b/app-text/texlive-core/files/texmf-update @@ -51,6 +51,11 @@ if [ -d /etc/texmf/updmap.d ]; then cat /etc/texmf/updmap.d/*.cfg > "/etc/texmf/web2c/updmap.cfg" fi +if [ -d /etc/texmf/dvips.d ]; then + echo "Generating /etc/texmf/dvips/config/config.ps from /etc/texmf/dvips.d ..." + cat /etc/texmf/dvips.d/*.ps > "/etc/texmf/dvips/config/config.ps" +fi + echo "Generating ls-R files" mktexlsr &>/dev/null |