1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] installation dpkg error

This commit is contained in:
ljf 2016-12-14 12:25:19 +01:00
parent 31822e1512
commit 2cd6219769

View file

@ -22,7 +22,7 @@ if [ "$instance" = "master" ]; then
sudo rm -f /etc/apt/sources.list.d/odoo.list
sudo apt-get update
ynh_package_remove odoo
sudo rm -f /etc/odoo/openerp-server.conf
sudo dpkg -P odoo
sudo yunohost service remove odoo | true
fi