[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-60-g39140b0

Anton Gladky gladky.anton at gmail.com
Wed May 11 17:53:51 UTC 2011


The following commit has been merged in the master branch:
commit 94ebfd7c9c58f6f5c170cf7b1867429c1e792885
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed May 11 19:45:50 2011 +0200

    Fix in postinst for correct alias of man-pages

diff --git a/debian/yade-0.60.postinst b/debian/yade-0.60.postinst
index b4fde4e..9e9aa16 100644
--- a/debian/yade-0.60.postinst
+++ b/debian/yade-0.60.postinst
@@ -20,7 +20,7 @@ set -e
 
 case "$1" in
     configure)
-	 	update-alternatives --install /usr/bin/yade yade /usr/bin/yade-0.60 6000 --slave /usr/bin/yade-batch yade-batch /usr/bin/yade-0.60-batch --slave /usr/share/man/man1/yade.1 yade.1 /usr/share/man/man1/yade-0.60.1 --slave /usr/share/man/man1/yade-batch.1 yade-batch.1 /usr/share/man/man1/yade-0.60-batch.1
+	 	update-alternatives --install /usr/bin/yade yade /usr/bin/yade-0.60 6000 --slave /usr/bin/yade-batch yade-batch /usr/bin/yade-0.60-batch --slave /usr/share/man/man1/yade.1.gz yade.1.gz /usr/share/man/man1/yade-0.60.1.gz --slave /usr/share/man/man1/yade-batch.1.gz yade-batch.1.gz /usr/share/man/man1/yade-0.60-batch.1.gz
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.



More information about the debian-science-commits mailing list