%PDF- %PDF-
Direktori : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/linux-cloud-tools-common.prerm |
#!/bin/sh set -e # Automatically added by dh_installinit/13.14.1ubuntu5 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/hv-fcopy-daemon" ] ; then invoke-rc.d hv-fcopy-daemon stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.14.1ubuntu5 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/hv-vss-daemon" ] ; then invoke-rc.d hv-vss-daemon stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.14.1ubuntu5 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/hv-kvp-daemon" ] ; then invoke-rc.d hv-kvp-daemon stop || exit 1 fi # End automatically added section # Automatically added by dh_systemd_start/13.14.1ubuntu5 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'hv-fcopy-daemon.service' 'hv-kvp-daemon.service' 'hv-vss-daemon.service' >/dev/null || true fi # End automatically added section