aboutsummaryrefslogtreecommitdiff
path: root/tlobsd
blob: e5baaa5cc64f6d12fea1d8fd614d027805284e2a (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 ]] && tlobsd-mksymlinks 1> /dev/null
fi

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