summarylogtreecommitdiffstats
path: root/context-minimals-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'context-minimals-git.install')
-rw-r--r--context-minimals-git.install27
1 files changed, 27 insertions, 0 deletions
diff --git a/context-minimals-git.install b/context-minimals-git.install
new file mode 100644
index 000000000000..f5b041632560
--- /dev/null
+++ b/context-minimals-git.install
@@ -0,0 +1,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 run"
+ echo " luatools --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 run"
+ echo " luatools --generate"
+ echo "from your shell (as a normal user)"
+ echo "*************************************************************"
+}
+
+pre_remove() {
+ /bin/true
+}