~ubuntu-branches/ubuntu/trusty/exabgp/trusty

« back to all changes in this revision

Viewing changes to QA/release/debian/exabgp.postinst

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2012-03-22 12:00:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120322120000-v4aj8h69mhpmgbjq
Tags: 2.0.7-1

* New upstream release
* Fix bad clean target for build/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
set -e
4
 
. /usr/share/debconf/confmodule
5
 
db_version 2.0
6
 
 
7
 
 
8
 
if [ "$1" = "configure" ]; then
9
 
        adduser --quiet --system --group --disabled-login --home /var/run/exabgp exabgp
10
 
fi
11
 
 
12
 
#DEBHELPER#