Your IP : 3.14.249.33


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/qemu-guest-agent.prerm

#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/qemu-guest-agent" ]; then
	invoke-rc.d qemu-guest-agent stop || exit $?
fi
# End automatically added section