The following commit has been merged in the experimental branch:
commit 8fb5094cfd18136074687e9fc7ee706176cc33f0
Author: Gerfried Fuchs <[email protected]>
Date:   Sun Feb 28 23:04:27 2010 +0100

    remove cruft

diff --git a/debian/wesnoth.postinst b/debian/wesnoth.postinst
deleted file mode 100644
index ee7735b..0000000
--- a/debian/wesnoth.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# postinst script for wesnoth
-# copyright 2008-2010 by Gerfried Fuchs <[email protected]>
-# Licenced under BSD style
-
-set -e
-
-if dpkg --compare-versions "$version" lt-nl 1:1.4.1-2 \
-       && [ "$1" = configure ] \
-       && [ ! -L /usr/share/doc/wesnoth ] \
-       && [ -d /usr/share/doc/wesnoth ] \
-       && rmdir /usr/share/doc/wesnoth 2>/dev/null ; then
-
-       ln -s wesnoth-data /usr/share/doc/wesnoth
-fi
-
-#DEBHELPER#

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to