summarylogtreecommitdiffstats
path: root/context.install
diff options
context:
space:
mode:
Diffstat (limited to 'context.install')
-rw-r--r--context.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/context.install b/context.install
new file mode 100644
index 000000000000..f46be4fd0a75
--- /dev/null
+++ b/context.install
@@ -0,0 +1,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}"
+}