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

rhonda pushed a commit to branch master
in repository tworld.

commit b457daf24471ecac8ba6d14f7f2891acdc18f18e
Author: Rhonda D'Vine <rho...@debian.org>
Date:   Tue Jan 5 14:47:14 2016 +0100

    get rid of ancient postinst script
---
 debian/changelog |  1 +
 debian/postinst  | 20 --------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 04a24c2..c994192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tworld (1.3.2-2) unstable; urgency=medium
   * Fix reproducible issue, thanks to Chris Lamb for finding the spot to
     tweak. Closes: #792980 is about a different issue, but that one is fixed
     and the one report about reproducible build open so closing it here.
+  * Get rid of ancient postinst script from oldstable times.
 
  -- Rhonda D'Vine <rho...@debian.org>  Tue, 05 Jan 2016 14:23:32 +0100
 
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 6bdd28f..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# postinst script for tworld
-# copyright 2006-2011 by Rhonda D'Vine <rho...@debian.org>
-# Licenced under WTFPLv2
-
-set -e
-
-if [ "$1" != configure ]; then
-       exit 0
-fi
-
-if dpkg --compare-versions "$2" lt-nl "1.3.0-5"; then
-       if [ -d /usr/share/doc/tworld ]; then
-               if rmdir /usr/share/doc/tworld 2>/dev/null; then
-                       ln -s tworld-data /usr/share/doc/tworld
-               fi
-       fi
-fi
-
-#DEBHELPER#

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to