summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/norbert/postunix.sh
blob: 67678b22502ab515658d9812f7532ded5548b04c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

how="$1"
texdir="$2"

echo "Running post action for norbert: how=$1, texdir=$2"

exit 0