void-packages/srcpkgs/texlive/files/tlmgr
fosslinux 3a7f997c09 texlive: fix tlmgr.
Uses Debian's patch to force usermode and disable the use of tlpdb.

Also make the tlmgr wrapper use exec
2021-01-08 14:35:14 -03:00

2 lines
67 B
Bash
Executable file

#!/bin/sh
exec /usr/share/texmf-dist/scripts/texlive/tlmgr.pl "$@"