Skip to content
Snippets Groups Projects
Commit 56f2dbc2 authored by Guido Günther's avatar Guido Günther
Browse files

Cleanup /var/log/libvirt on purge

Closes: #656460
parent bf94bbd3
No related merge requests found
......@@ -24,7 +24,8 @@ case "$1" in
if getent group libvirt >/dev/null; then
delgroup libvirt || true
fi
rm -rf /var/log/libvirt
;;
remove|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