[flexpart] 05/26: Add prerm

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:13 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 559defc3900217d1ba864640e6d63d1d6ea20f56
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Sep 23 13:50:51 2013 +0100

    Add prerm
---
 flexpart.prerm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flexpart.prerm b/flexpart.prerm
new file mode 100755
index 0000000..3af4d1b
--- /dev/null
+++ b/flexpart.prerm
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+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