| Current Path : /var/lib/dpkg/info/ |
| Current File : /var/lib/dpkg/info/google-guest-agent.postrm |
#!/bin/sh -e if [ "$1" = "purge" ] ; then if [ -f /etc/default/instance_configs.cfg ]; then rm /etc/default/instance_configs.cfg fi fi # Automatically added by dh_systemd_start/13.24.2 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_systemd_start/13.24.2 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_systemd_enable/13.24.2 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'google-guest-agent-manager.service' >/dev/null || true fi fi # End automatically added section # Automatically added by dh_systemd_enable/13.24.2 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'google-guest-compat-manager.service' >/dev/null || true fi fi # End automatically added section # Automatically added by dh_systemd_enable/13.24.2 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'google-shutdown-scripts.service' 'google-startup-scripts.service' >/dev/null || true fi fi # End automatically added section