From c55c15aef39e9780cf48d2bc967b4e8357f31402 Mon Sep 17 00:00:00 2001 From: Simon Lejeune Date: Fri, 10 Jun 2016 15:26:58 +0200 Subject: [PATCH] [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 --- debian/postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 5126df0cf79..5a33cc158df 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 ;; *) ;;