summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Mahajan2011-05-17 15:31:28 -0400
committerAditya Mahajan2016-04-02 13:08:45 -0400
commitc68acd60882c4de8c235b33178e06c34a19b24ef (patch)
tree83fdc3871467f09944a138b8d42f178c499fe424
parent14af328e33f433e3e81b797f9f5ceb65036a3f16 (diff)
downloadaur-c68acd60882c4de8c235b33178e06c34a19b24ef.tar.gz
More precise wording of the message
-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 "*************************************************************"