[vim] 02/03: Add missing postrm for symlink_to_dir maintscripts
James McCoy
jamessan at debian.org
Mon Sep 25 02:04:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/sid
in repository vim.
commit f109858c641d323aae2779c3cca451e3b49e8586
Author: James McCoy <jamessan at debian.org>
Date: Sun Sep 24 15:35:39 2017 -0400
Add missing postrm for symlink_to_dir maintscripts
Signed-off-by: James McCoy <jamessan at debian.org>
---
debian/changelog | 1 +
debian/vim-gnome.postrm | 9 +++++++++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 876e158..28afe41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ vim (2:8.0.1144-1) UNRELEASED; urgency=medium
+ Treat tabs as valid whitespace (Closes: #872557)
* Declare compliance with Policy 4.1.0, no changes needed
* Add basic autopkgtests
+ * Add missing postrm for symlink_to_dir maintscripts
-- James McCoy <jamessan at debian.org> Sun, 24 Sep 2017 13:44:14 -0400
diff --git a/debian/vim-gnome.postrm b/debian/vim-gnome.postrm
new file mode 100644
index 0000000..43e6288
--- /dev/null
+++ b/debian/vim-gnome.postrm
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/doc/vim-gnome vim-gui-common 2:8.0.1144-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