~ubuntu-branches/ubuntu/utopic/seyon/utopic

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-18 01:33:32 UTC
  • mfrom: (4.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20081018013332-a816pb0en0n3dfcc
Tags: 2.20c-29
* Fix pending l10n issues. Debconf translations:
  - Basque. Closes: #490118 (thanks to xabier bilbao)
  - Italian. Closes: #502472 (thanks to vince)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# see: dh_installdeb(1)
3
 
 
4
 
set -e
5
 
 
6
 
# Source debconf library
7
 
. /usr/share/debconf/confmodule
8
 
 
9
 
# dh_installdeb will replace this with shell code automatically
10
 
# generated by other debhelper scripts.
11
 
 
12
 
#DEBHELPER#
13
 
 
14
 
 
15