summarylogtreecommitdiffstats
path: root/context.install
diff options
context:
space:
mode:
authorxeruf2021-10-05 14:38:36 +0200
committerxeruf2021-10-05 14:42:10 +0200
commita499df7fddef7d02b0200bead1de2295c1fbbf73 (patch)
tree0f9013ce5a2bc12f96674c0d3317e7ecd7f755e3 /context.install
downloadaur-context-bin.tar.gz
Create package
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..f5d5f0d72443
--- /dev/null
+++ b/context.install
@@ -0,0 +1,6 @@
+post_install() {
+ _contextshare=/usr/share/context
+ echo "Add the following to your shell rc file:
+ export TEXMF=${_contextshare}"
+ export TEXMF=${_contextshare}
+}