os/debian/postinst
changeset 3170 3740e285e4df
parent 285 cf5213c8a919
child 6168 91640fd48876
--- a/os/debian/postinst	Wed Mar 08 20:25:28 2006 +0000
+++ b/os/debian/postinst	Wed Mar 08 23:12:38 2006 +0000
@@ -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 @@
 # 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)