[SCM] Vim packaging branch, debian, updated. upstream/7.2.148-1043-ga66ad6b

James Vega jamessan at debian.org
Thu Jul 2 04:31:01 UTC 2009


The following commit has been merged in the debian branch:
commit 7be3c83916ee0d38b7bc07450b7e7968830fdf6c
Author: James Vega <jamessan at debian.org>
Date:   Wed Jul 1 19:48:40 2009 -0400

    vim-variant.postinst: Remove directory->symlink code from Etch
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/vim-variant.postinst b/debian/vim-variant.postinst
index 3d714c9..a8e308c 100644
--- a/debian/vim-variant.postinst
+++ b/debian/vim-variant.postinst
@@ -49,19 +49,12 @@ add_gui_variant_alternative () {
   done
 }
 
-replace_dir_w_symlink () {
-  if [ -d $1 -a ! -L $1 ]; then
-    (rmdir $1 && ln -fs $2 $1) || true
-  fi
-}
-
 case "$pkg" in
   vim-tiny)
     add_variant_alternative 10
     ;;
   vim)
     add_variant_alternative 30
-    replace_dir_w_symlink /usr/share/doc/vim vim-common
     ;;
   vim-nox)
     add_variant_alternative 40

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list