(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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user