[FIX] debian: it seems postrm do not remove the same directory created by postinst.

bzr revid: vmt@openerp.com-20130227142420-295yua6tyfalaido
This commit is contained in:
Vo Minh Thu 2013-02-27 15:24:20 +01:00
parent ef2ff05d2d
commit 7b0b43a40b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ case "${1}" in
;;
purge)
rm -rf /var/lib/openerp-server
rm -rf /var/lib/openerp
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)