Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
ee5f341e
Commit
ee5f341e
authored
13 years ago
by
Antony Lesuisse
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] debian remove unused info
bzr revid: al@openerp.com-20111006001810-ew5fm6w2lsr790xy
parent
cbbf6041
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/copyright
+3
-21
3 additions, 21 deletions
debian/copyright
debian/openerp.postrm
+1
-5
1 addition, 5 deletions
debian/openerp.postrm
with
4 additions
and
26 deletions
debian/copyright
+
3
−
21
View file @
ee5f341e
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 Open
ERP
Maintainers <gnunet@lists.debian-maintainers.org>
Maintainer-Homepage: http://open-object.debian-maintainers.org/
Files: *
Copyright: (C) 2004-201
0
OpenERP SA. (www.openerp.com)
Copyright: (C) 2004-201
1
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.
This diff is collapsed.
Click to expand it.
debian/openerp.postrm
+
1
−
5
View file @
ee5f341e
...
...
@@ -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#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment