summaryrefslogtreecommitdiff
path: root/os/debian/postinst
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2006-03-08 23:12:38 +0000
committermatthijs <matthijs@openttd.org>2006-03-08 23:12:38 +0000
commit13cadd18df4db750b9d07c336052b8612855cda0 (patch)
tree830d598ae433c64fbd3dfb39064e75deea4e2b1d /os/debian/postinst
parent7803f259e23879ea0b568c9b403eb8dcd7bca959 (diff)
downloadopenttd-13cadd18df4db750b9d07c336052b8612855cda0.tar.xz
(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.
Diffstat (limited to 'os/debian/postinst')
-rw-r--r--os/debian/postinst7
1 files changed, 3 insertions, 4 deletions
diff --git a/os/debian/postinst b/os/debian/postinst
index f3b229a19..58eb04ac0 100644
--- a/os/debian/postinst
+++ b/os/debian/postinst
@@ -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)