summarylogtreecommitdiffstats
path: root/context-minimals-git.install
blob: 31eb7a928d92d453d8096d9f6700b69f6af61484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
post_install() {
 echo "*************************************************************"
 echo "To use ConTeXt minimals run"
 echo "    source /opt/context-minimals/setuptex"
 echo "from your shell (as a normal user)"
 echo ""
 echo "To use MkIV for the first time, run"
 echo "    mtxrun --generate"
 echo "from your shell (as a normal user)"
 echo "*************************************************************"
}

post_upgrade() {
 echo "*************************************************************"
 echo "To use ConTeXt minimals run"
 echo "    source /opt/context-minimals/setuptex"
 echo "from your shell (as a normal user)"
 echo ""
 echo "To use MkIV for the first time, run"
 echo "    mtxrun --generate"
 echo "from your shell (as a normal user)"
 echo "*************************************************************"
}

pre_remove() {
  /bin/true
}