diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-30 03:59:31 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-30 03:59:31 +0000 |
commit | 4ac93228afaf8da847b4ec91aac9c43f3bef472c (patch) | |
tree | ce7f90b40eb8db6ba57d4bfc5b2fbe4455dffdb4 /community/freemat/freemat.install | |
parent | 44209e62f1f8f0e9efe048846bb09e6eb51ea9f4 (diff) |
Fri May 30 03:50:04 UTC 2014
Diffstat (limited to 'community/freemat/freemat.install')
-rw-r--r-- | community/freemat/freemat.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/freemat/freemat.install b/community/freemat/freemat.install index 051cca866..37a785528 100644 --- a/community/freemat/freemat.install +++ b/community/freemat/freemat.install @@ -1,7 +1,7 @@ post_install() { - echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location" + echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location" } post_upgrade() { - echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location" + echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location" } |