~ubuntu-branches/ubuntu/saucy/mailcrypt/saucy

« back to all changes in this revision

Viewing changes to debian/postinst.in

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2012-03-29 23:12:12 UTC
  • Revision ID: package-import@ubuntu.com-20120329231212-gh2248fto9cuzar6
Tags: 3.5.9-5
* Acknowledge and merge translation-related NMU.  Thanks Christian Perrier!
* Bump standards version
* Silence lintian tag description-synopsis-starts-with-article
* Single-debian-patch source option (closes: #643211)
* Silence lintian tag maintainer-script-without-set-e

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "variables"
2
 
#! /bin/bash -e
 
2
#! /bin/bash
3
3
#
4
4
# <% postinst %> script for <:=${PACKAGE}:>
5
5
#
6
6
<:=@COPYRIGHT:>//
7
7
 
 
8
set -e
8
9
set -o posix
9
10
 
10
11
<: