aboutsummaryrefslogtreecommitdiff
path: root/tlobsd
diff options
context:
space:
mode:
Diffstat (limited to 'tlobsd')
-rw-r--r--tlobsd16
1 files changed, 16 insertions, 0 deletions
diff --git a/tlobsd b/tlobsd
new file mode 100644
index 0000000..50adc5a
--- /dev/null
+++ b/tlobsd
@@ -0,0 +1,16 @@
1#!/bin/sh
2#
3# $TeX Live for OpenBSD, 2024/03/28 $
4
5cmd=$@
6
7# tlmgr
8if [[ $1 == "tlmgr" ]];then
9 $cmd
10 [[ $? -eq 0 ]] && mktexobsdsymlinks 1> /dev/null
11fi
12
13# symlinks
14if [[ $1 == "mksymlinks" ]];then
15 tlobsd-mksymlinks $2
16fi