Your IP : 18.190.158.12


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

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