[Wisp-cvs] wisp/debian postinst,1.9,1.10
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-07 20:49:54
|
Update of /cvsroot/wisp/wisp/debian In directory sc8-pr-cvs1:/tmp/cvs-serv13602/debian Modified Files: postinst Log Message: no more /usr/doc/wisp symlink Index: postinst =================================================================== RCS file: /cvsroot/wisp/wisp/debian/postinst,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- postinst 8 Aug 2002 16:44:09 -0000 1.9 +++ postinst 7 Feb 2003 20:49:45 -0000 1.10 @@ -10,15 +10,6 @@ set -e -if [ "$1" = "configure" ] -then - if [ -d /usr/doc ] && - [ ! -e /usr/doc/wisp ] && - [ -d /usr/share/doc/wisp ] - then ln -sf ../share/doc/wisp /usr/doc/wisp - fi -fi - install-info --quiet --section "Programming" "" \ --description="The Wisp interpreter" \ /usr/share/info/wisp.info.gz |