From de17259259af4c80c6aaa40645daf7af667350ff Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 26 Mar 2024 10:25:27 +0100 Subject: added obsd-tlmgr wrapper script --- obsd-tlmgr | 9 +++++++++ tl-build.sh | 1 + 2 files changed, 10 insertions(+) create mode 100644 obsd-tlmgr diff --git a/obsd-tlmgr b/obsd-tlmgr new file mode 100644 index 0000000..a0a5564 --- /dev/null +++ b/obsd-tlmgr @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $TeX Live for OpenBSD, 2024/03/26 $ + +tlmgr $@ + +if [[ $? -eq 0 ]];then + mktexobsdsymlinks 1> /dev/null +fi diff --git a/tl-build.sh b/tl-build.sh index 23ca054..9caa095 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -150,6 +150,7 @@ function include_extras { if [[ -d ${tl_sourcedir}/inst/bin ]];then tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` install -m 0755 ${this_dir}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks + install -m 0755 ${this_dir}/obsd-tlmgr ${tl_bindir}/obsd-tlmgr fi } -- cgit v1.2.3