aboutsummaryrefslogtreecommitdiff
path: root/tlobsd
blob: 50adc5aaf4dbd9c8ad504058631f6e52d3a24de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $TeX Live for OpenBSD, 2024/03/28 $

cmd=$@

# tlmgr
if [[ $1 == "tlmgr" ]];then
    $cmd
    [[ $? -eq 0 ]] && mktexobsdsymlinks 1> /dev/null
fi

# symlinks
if [[ $1 == "mksymlinks" ]];then
    tlobsd-mksymlinks $2
fi