Current Path : /var/lib/dpkg/info/ |
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