Skip to content
Snippets Groups Projects
Commit f7a7469d 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-1qiw25c8t98dw1h5
parent f15322c6
Branches
Tags
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.
Please register or to comment