From 1b63fcabc2cb3c100c1a50136ce1e160e042b332 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 28 Mar 2024 09:23:21 +0100 Subject: new tlobsd wrapper --- tlobsd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tlobsd (limited to 'tlobsd') diff --git a/tlobsd b/tlobsd new file mode 100644 index 0000000..50adc5a --- /dev/null +++ b/tlobsd @@ -0,0 +1,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 -- cgit v1.2.3