#!/bin/sh # # $TeX Live for OpenBSD, 2024/03/26 $ tlmgr $@ if [[ $? -eq 0 ]];then mktexobsdsymlinks 1> /dev/null fi