summarylogtreecommitdiffstats
path: root/context.install
blob: f5d5f0d7244357723c28f67e6418dd2f77cc2bcc (plain)
1
2
3
4
5
6
post_install() {
  _contextshare=/usr/share/context
  echo "Add the following to your shell rc file:
    export TEXMF=${_contextshare}"
  export TEXMF=${_contextshare}
}