Skip to content
Snippets Groups Projects
Commit 4a996303 authored by Daniel Baumann's avatar Daniel Baumann Committed by P. Christeas
Browse files

Removing local storage directory on purge.

bzr revid: p_christ@hol.gr-20090824190055-dyc3v18o32f9zdz3
parent 849c090d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,11 @@ case "${1}" in
rmdir --ignore-fail-on-non-empty /usr/lib/openerp-server || true
;;
purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
purge)
rm -rf /var/lib/openerp-server
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment