Skip to content
Snippets Groups Projects
Commit e29e8f80 authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] debian packaging only happens if you used previous openerp packages

bzr revid: al@openerp.com-20111005200458-7ggpb7envf16yvfw
parent 71dd8fd1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set -e
case "${1}" in
configure)
if ! getent passwd | grep -q "^openerp"; then
if ! getent passwd | grep -q "^openerp:"; then
adduser --system --no-create-home --quiet --gecos 'OpenERP' --group openerp
fi
# Register "openerp" as a postgres superuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment