diff options
Diffstat (limited to 'libre/texlive-bin/texlive-fmtutil.hook')
-rw-r--r-- | libre/texlive-bin/texlive-fmtutil.hook | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/texlive-bin/texlive-fmtutil.hook b/libre/texlive-bin/texlive-fmtutil.hook new file mode 100644 index 000000000..cb5bcc932 --- /dev/null +++ b/libre/texlive-bin/texlive-fmtutil.hook @@ -0,0 +1,12 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = var/lib/texmf/arch/installedpkgs/*.fmts + +[Action] +Description = Updating TeXLive format files... +When = PostTransaction +Exec = /usr/share/libalpm/scripts/texlive-fmtutil + |