summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plasma-workspace/files/10-agent-shutdown.sh')
-rw-r--r--kde-plasma/plasma-workspace/files/10-agent-shutdown.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
deleted file mode 100644
index 614b38f..0000000
--- a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# This file is executed at Plasma shutdown.
-# Uncomment the following lines to kill the agents
-# that were started at session startup.
-
-# <gnupg-2.1.x
-#if [ -n "${GPG_AGENT_INFO}" ]; then
-# kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
-#fi
-
-# >=gnupg-2.1.x
-#gpgconf --kill gpg-agent >/dev/null 2>&1
-
-#if [ -n "${SSH_AGENT_PID}" ]; then
-# eval "$(ssh-agent -s -k)"
-#fi