blob: f46be4fd0a75172a57a265c18ae2860e3fc6afab (
plain)
1
2
3
4
5
6
|
post_install() {
_contextshare=/usr/share/texmf-dist/texmf-context
test -d "$_contextshare" || exit $?
echo "Add the following to your environment and run it now to use ConTeXt immediately:
export TEXMF=${_contextshare}"
}
|