3a7f997c09
Uses Debian's patch to force usermode and disable the use of tlpdb. Also make the tlmgr wrapper use exec
2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
exec /usr/share/texmf-dist/scripts/texlive/tlmgr.pl "$@"
|