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

Removing package leftovers in postrm script.

bzr revid: p_christ@hol.gr-20090824180205-u9qy3pz7886gy9b4
parent 670aa160
Branches
Tags
No related merge requests found
......@@ -37,6 +37,10 @@ case "${1}" in
then
delgroup --quiet --system --only-if-empty ${_GROUPNAME} || true
fi
rm -f /usr/lib/openerp-server/addons/__init__.pyc
rmdir --ignore-fail-on-non-empty /usr/lib/openerp-server/addons
rmdir --ignore-fail-on-non-empty /usr/lib/openerp-server
;;
purge|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