]> git.proxmox.com Git - qemu-server.git/blob - postrm
drive-mirror : wait that busy eq false before block-job-complete
[qemu-server.git] / postrm
1 #! /bin/sh
2
3 # Abort if any command returns an error value
4 set -e
5
6 if [ "$1" = purge ]; then
7 update-rc.d qemu-server remove >/dev/null 2>&1
8 fi