%PDF- %PDF-
Direktori : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/qemu-system-common.prerm |
#!/bin/sh set -e # Automatically added by dh_installinit/11.1.6ubuntu1 if [ -x "/etc/init.d/qemu-kvm" ] && [ "$1" = remove ]; then invoke-rc.d qemu-kvm stop || true fi # End automatically added section # Automatically added by dh_installdeb/11.1.6ubuntu1 dpkg-maintscript-helper rm_conffile /etc/init.d/qemu-kvm 1:2.8+dfsg-1ubuntu1~ -- "$@" # End automatically added section # Automatically added by dh_installdeb/11.1.6ubuntu1 dpkg-maintscript-helper rm_conffile /etc/init/qemu-kvm.conf 1:2.8+dfsg-1ubuntu1~ -- "$@" # End automatically added section # Automatically added by dh_systemd_start/11.1.6ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'qemu-kvm.service' >/dev/null || true fi # End automatically added section