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

Fix wrong relation in preinst

Thanks: Laurent Bigonville
Closes: #758136
parent 953f267c
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ case "$1" in
# When renaming the .service file, systemd might become confused, we
# need to ensure that the libvirtd daemon is fully stopped before
# trying to restart it again. (Bug: #730604)
if dpkg --compare-versions "$2" lt-ne "1.2.6-1~"; then
if dpkg --compare-versions "$2" lt-nl "1.2.6-1~"; then
if [ -d /run/systemd/system ]; then
[ ! -f /lib/systemd/system/libvirt-bin.service ] || invoke-rc.d libvirt-bin stop
fi
......
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