[flexpart] 06/26: Add prerm for update-alternatives

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:14 UTC 2015


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

mckinstry pushed a commit to tag debian/9.02-10
in repository flexpart.

commit c7f42b30612244ed31fbff1a11655430eb6c5a44
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Sep 23 13:52:05 2013 +0100

    Add prerm for update-alternatives
---
 flexpart.prerm => debian/flexpart.prerm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flexpart.prerm b/debian/flexpart.prerm
similarity index 89%
rename from flexpart.prerm
rename to debian/flexpart.prerm
index 3af4d1b..56a334c 100755
--- a/flexpart.prerm
+++ b/debian/flexpart.prerm
@@ -1,6 +1,8 @@
 #!/bin/sh
 set -e
 
+#DEBHELPER#
+
 if [ "$1" = remove ]; then
 	update-alternatives --remove flexpart /usr/bin/flexpart
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flexpart.git



More information about the debian-science-commits mailing list