[FIX] packaging: Backport of efe37469 to 8.0

[FIX] packaging: debian: update-python-module is no more

The command is not installed by default. It was available in the
python-support library which we didn't depend on and now this library
is no more in debian jessie/ubuntu xenial.

Backported for #13302
This commit is contained in:
Simon Lejeune 2016-06-10 15:26:58 +02:00 committed by Martin Trigaux
parent c7d9695f52
commit c55c15aef3
No known key found for this signature in database
GPG Key ID: 7B0E288E7C0F83A7
1 changed files with 0 additions and 2 deletions

2
debian/postinst vendored
View File

@ -24,8 +24,6 @@ case "${1}" in
chmod 0750 $ODOO_LOG_DIR
# Data dir
chown $ODOO_USER:$ODOO_GROUP $ODOO_DATA_DIR
# update-python-modules NOW otherwise invoke-rc.d openerp start will fail
update-python-modules
;;
*)
;;