[IMP] debian remove unused info

bzr revid: al@openerp.com-20111006001810-ew5fm6w2lsr790xy
This commit is contained in:
Antony Lesuisse 2011-10-06 02:18:10 +02:00
parent cbbf60412e
commit ee5f341ec7
2 changed files with 4 additions and 26 deletions

24
debian/copyright vendored
View File

@ -1,10 +1,10 @@
Upstream-Contact: OpenERP <support@openerp.com>
Upstream-Contact: OpenERP <info@openerp.com>
Upstream-Homepage: http://www.openerp.com/
Maintainer-Contact: Debian Open Object Maintainers <gnunet@lists.debian-maintainers.org>
Maintainer-Contact: Debian OpenERP Maintainers <gnunet@lists.debian-maintainers.org>
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 <daniel@debian.org>
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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-3 file.

View File

@ -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#