diff options
Diffstat (limited to 'abs/extra/texlive-core/texlive-updmap.hook')
-rw-r--r-- | abs/extra/texlive-core/texlive-updmap.hook | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/texlive-core/texlive-updmap.hook b/abs/extra/texlive-core/texlive-updmap.hook new file mode 100644 index 0000000..8bacce9 --- /dev/null +++ b/abs/extra/texlive-core/texlive-updmap.hook @@ -0,0 +1,13 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/bin/tex +Target = var/lib/texmf/arch/installedpkgs/*.maps + +[Action] +Description = Updating TeXLive font maps... +When = PostTransaction +Exec = /usr/share/libalpm/scripts/texlive-updmap + |