The following commit has been merged in the master branch:
commit 94ebfd7c9c58f6f5c170cf7b1867429c1e792885
Author: Anton Gladky <[email protected]>
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.

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to