(svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).

* Fix a small debconf issue which was in the 0.4.5 release.
This commit is contained in:
matthijs
2006-03-08 23:12:38 +00:00
parent 7803f259e2
commit 13cadd18df
10 changed files with 74 additions and 45 deletions

View File

@@ -5,6 +5,7 @@
set -e
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
# * <old-postinst> `abort-upgrade' <new version>
@@ -17,12 +18,10 @@ set -e
# the debian-policy package
#
. /usr/share/debconf/confmodule
case "$1" in
configure)
cat <<EOF
Before running the game, you should copy the data files from the
original TTD. See README.Debian for more details.
EOF
;;
abort-upgrade|abort-remove|abort-deconfigure)