Skip to content

Commit

Permalink
[FIX] packaging: Backport of efe3746 to 8.0
Browse files Browse the repository at this point in the history
[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 odoo#13302
  • Loading branch information
sle-odoo authored and mart-e committed Aug 26, 2016
1 parent c7d9695 commit c55c15a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
;;
Expand Down

0 comments on commit c55c15a

Please sign in to comment.