kde-plasma/plasma-workspace: be clearer when referring to gnupg versions
authorMichael Palimaka <kensington@gentoo.org>
Mon, 10 Jun 2019 10:35:37 +0000 (20:35 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 10 Jun 2019 10:36:59 +0000 (20:36 +1000)
Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
kde-plasma/plasma-workspace/files/10-agent-shutdown.sh

index 4bafd2e61cf4cf5f7749d10891e0777693b4441d..614b38f52886594a29b632cf14a644679ec392fb 100644 (file)
@@ -4,12 +4,12 @@
 # Uncomment the following lines to kill the agents
 # that were started at session startup.
 
-# gnupg 2.0.x
+# <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
+# >=gnupg-2.1.x
 #gpgconf --kill gpg-agent >/dev/null 2>&1
 
 #if [ -n "${SSH_AGENT_PID}" ]; then