#!/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