summaryrefslogtreecommitdiff
path: root/os/debian/postrm
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/postrm
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/postrm')
-rw-r--r--os/debian/postrm4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/debian/postrm b/os/debian/postrm
index 7a597deef..08e86a760 100644
--- a/os/debian/postrm
+++ b/os/debian/postrm
@@ -20,10 +20,6 @@ set -e
case "$1" in
purge|remove)
- cat <<EOF
- Don't forget to remove any existing data files from
- /usr/share/games/openttd!
-EOF
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)