Your IP : 216.73.216.81


Current Path : /proc/thread-self/root/proc/358555/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/proc/358555/root/var/lib/dpkg/info/gpg-agent.postrm

#!/bin/sh
set -e
# Automatically added by dh_installsystemduser/13.11.4
if [ "$1" = "purge" ]; then
	if [ -z "${DPKG_ROOT:-}" ] && [ -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
	fi
fi
# End automatically added section