diff options
-rw-r--r-- | tlobsd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ cmd=$@ | |||
7 | # tlmgr | 7 | # tlmgr |
8 | if [[ $1 == "tlmgr" ]];then | 8 | if [[ $1 == "tlmgr" ]];then |
9 | $cmd | 9 | $cmd |
10 | [[ $? -eq 0 ]] && mktexobsdsymlinks 1> /dev/null | 10 | [[ $? -eq 0 ]] && tlobsd-mksymlinks 1> /dev/null |
11 | fi | 11 | fi |
12 | 12 | ||
13 | # symlinks | 13 | # symlinks |