summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--context-minimals-git.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a88317078349..db56b0a1f3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aditya Mahajan <adityam at umich dot edu>
pkgname=context-minimals-git
-pkgver=20110205
+pkgver=20110517
pkgrel=1
pkgdesc="A standalone ConTeXt distribution"
url="http://www.contextgarden.net"
diff --git a/context-minimals-git.install b/context-minimals-git.install
index e43f90faac79..31eb7a928d92 100644
--- a/context-minimals-git.install
+++ b/context-minimals-git.install
@@ -4,7 +4,7 @@ post_install() {
echo " source /opt/context-minimals/setuptex"
echo "from your shell (as a normal user)"
echo ""
- echo "To use MkIV run"
+ echo "To use MkIV for the first time, run"
echo " mtxrun --generate"
echo "from your shell (as a normal user)"
echo "*************************************************************"
@@ -16,7 +16,7 @@ post_upgrade() {
echo " source /opt/context-minimals/setuptex"
echo "from your shell (as a normal user)"
echo ""
- echo "To use MkIV run"
+ echo "To use MkIV for the first time, run"
echo " mtxrun --generate"
echo "from your shell (as a normal user)"
echo "*************************************************************"