From ee5f341ec743a6fc53d4ab0fe7db33065be073b4 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Thu, 6 Oct 2011 02:18:10 +0200 Subject: [PATCH] [IMP] debian remove unused info bzr revid: al@openerp.com-20111006001810-ew5fm6w2lsr790xy --- debian/copyright | 24 +++--------------------- debian/openerp.postrm | 6 +----- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/debian/copyright b/debian/copyright index 3f50a3a825e..f681d540a0a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -Upstream-Contact: OpenERP +Upstream-Contact: OpenERP Upstream-Homepage: http://www.openerp.com/ -Maintainer-Contact: Debian Open Object Maintainers +Maintainer-Contact: Debian OpenERP Maintainers Maintainer-Homepage: http://open-object.debian-maintainers.org/ Files: * -Copyright: (C) 2004-2010 OpenERP SA. (www.openerp.com) +Copyright: (C) 2004-2011 OpenERP SA. (www.openerp.com) License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -205,21 +205,3 @@ License: other distribution of the software without specific, written prior permission. -Files: debian/* -Copyright: (C) 2005-2010 Daniel Baumann -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-3 file. diff --git a/debian/openerp.postrm b/debian/openerp.postrm index 0e5014dc9c8..55c28f04eb5 100644 --- a/debian/openerp.postrm +++ b/debian/openerp.postrm @@ -3,7 +3,7 @@ set -e case "${1}" in - remove) + remove) deluser --quiet --system "openerp" || true delgroup --quiet --system --only-if-empty "openerp" || true ;; @@ -15,10 +15,6 @@ case "${1}" in upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; - *) - echo "postrm called with unknown argument \`${1}'" >&2 - exit 1 - ;; esac #DEBHELPER#