summaryrefslogtreecommitdiff
path: root/os/debian/postinst
diff options
context:
space:
mode:
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)