From 644110a847c5911c2eb04eb53c93031740561efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 28 Nov 2019 02:34:44 +0100 Subject: Initial import of an ebuilds tree from Fat-Zer's (Alexander Golubev) repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- trinity-base/tdebase-starttde/files/agent-shutdown.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 trinity-base/tdebase-starttde/files/agent-shutdown.sh (limited to 'trinity-base/tdebase-starttde/files/agent-shutdown.sh') diff --git a/trinity-base/tdebase-starttde/files/agent-shutdown.sh b/trinity-base/tdebase-starttde/files/agent-shutdown.sh new file mode 100644 index 00000000..07cf7477 --- /dev/null +++ b/trinity-base/tdebase-starttde/files/agent-shutdown.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# +# This file is executed at kde shutdown. +# Uncomment the following lines to kill the agents +# that were started at session startup. + +#if [ -n "${GPG_AGENT_INFO}" ]; then +# kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1 +#fi + +#if [ -n "${SSH_AGENT_PID}" ]; then +# eval "$(ssh-agent -s -k)" +#fi -- cgit v1.2.1