summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh')
m---------gentoo0
-rw-r--r--gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh13
2 files changed, 0 insertions, 13 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh b/gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh
deleted file mode 100644
index 07cf74772..000000000
--- a/gentoo/trinity-base/tdebase-starttde/files/agent-shutdown.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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