xbps-triggers: add texmf-dist regeneration trigger

This commit is contained in:
fosslinux 2020-07-05 11:39:30 +10:00 committed by Daniel Kolesa
parent 92fd1c57cc
commit 102841754a
5 changed files with 82 additions and 42 deletions

View file

@ -150,6 +150,12 @@ _EOF
_add_trigger hwdb.d-dir
fi
#
# Handle texmf database changes
#
if [ -d "${PKGDESTDIR}/usr/share/texmf-dist" ] ; then
_add_trigger texmf-dist
fi
#
# (Un)Register a shell in /etc/shells.
#
if [ -n "${register_shell}" ]; then