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