[FIX] force update-python-modules in postinst because the debhelper one calls dpkg-trigger

bzr revid: al@openerp.com-20120106002459-a4o9xa3m6d81maom
This commit is contained in:
Antony Lesuisse 2012-01-06 01:24:59 +01:00
parent 0baab517f1
commit 84149953de
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ case "${1}" in
# Creating local storage directory
mkdir -p /var/lib/openerp/filestore
chown openerp:openerp -R /var/lib/openerp
# update-python-modules NOW otherwise invoke-rc.d openerp start will fail
update-python-modules -p openerp.public
;;
*)
;;