D7net Mini Sh3LL v1
Current File : /var/lib/unattended-upgrades/../apt/../systemd/../mysql/../dpkg/info/gpg-agent.postrm |
#!/bin/sh
set -e
# Automatically added by dh_installsystemduser/12.10ubuntu1
if [ "$1" = "remove" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ] ; then
deb-systemd-helper --user mask 'gpg-agent-browser.socket' 'gpg-agent-extra.socket' 'gpg-agent-ssh.socket' 'gpg-agent.socket' >/dev/null || true
fi
fi
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ] ; then
deb-systemd-helper --user purge 'gpg-agent-browser.socket' 'gpg-agent-extra.socket' 'gpg-agent-ssh.socket' 'gpg-agent.socket' >/dev/null || true
deb-systemd-helper --user unmask 'gpg-agent-browser.socket' 'gpg-agent-extra.socket' 'gpg-agent-ssh.socket' 'gpg-agent.socket' >/dev/null || true
fi
fi
# End automatically added section
AnonSec - 2021 | Recode By D7net