[vim] 01/05: Replace /usr/share/doc/vim-gnome symlink with a directory

James McCoy jamessan at debian.org
Thu Sep 8 02:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 37dfa79f45994218846b5ad62b3ae34a5b90147e
Author: James McCoy <jamessan at debian.org>
Date:   Mon Sep 5 23:34:44 2016 -0400

    Replace /usr/share/doc/vim-gnome symlink with a directory
    
    There's no need to require a dependency on vim-gui-common for a dummy
    package.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/vim-gnome.postinst | 9 +++++++++
 debian/vim-gnome.preinst  | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/vim-gnome.postinst b/debian/vim-gnome.postinst
new file mode 100644
index 0000000..508f678
--- /dev/null
+++ b/debian/vim-gnome.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+  /usr/share/doc/vim-gnome vim-gui-common 2:7.4.2330-1~ vim-gnome -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/vim-gnome.preinst b/debian/vim-gnome.preinst
new file mode 100644
index 0000000..508f678
--- /dev/null
+++ b/debian/vim-gnome.preinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+  /usr/share/doc/vim-gnome vim-gui-common 2:7.4.2330-1~ vim-gnome -- "$@"
+
+#DEBHELPER#
+
+exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list