os/debian/postinst
author matthijs
Wed, 03 Sep 2008 17:18:04 +0000
changeset 10070 8970f1074f21
parent 6168 91640fd48876
permissions -rw-r--r--
(svn r14238) -Change [Debian]: Update Debian packaging files to the latest official Debian version.
- Packaging files are now identical to those of the official 0.6.2-1 (or,
r11138 in the collab-maint subversion repository), with the following
exceptions:
- Desktop files are removed, since openttd trunk installs them already.
- Changes regarding package names from r14237 are preserved.
- Topmost changelog entry with version 0.7~svn-1 is added.
285
cf5213c8a919 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     1
#! /bin/sh
cf5213c8a919 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     2
cf5213c8a919 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     3
set -e
cf5213c8a919 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     4
3170
3740e285e4df (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 285
diff changeset
     5
3740e285e4df (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 285
diff changeset
     6
. /usr/share/debconf/confmodule
3740e285e4df (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 285
diff changeset
     7
285
cf5213c8a919 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     8
#DEBHELPER#