commit: b136a73c58dba331be033a673d2f803902401734
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 09:27:37 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 09:27:37 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b136a73c
kde-plasma/plasma-workspace: Fix pkg_postinst paths
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild | 4 ++--
kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild | 4 ++--
kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild
b/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild
index a5f55009a1..baf0fcbce6 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild
@@ -165,8 +165,8 @@ pkg_postinst () {
elog "To enable gpg-agent and/or ssh-agent in Plasma sessions, do the
following:"
elog " * Copy the necessary files to your home directory:"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/shutdown/"
+ elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
+ elog " - cp /etc/plasma/shutdown/10-agent-shutdown.sh
~/.config/plasma-workspace/shutdown/"
elog " * Edit 10-agent-startup.sh and uncomment the lines enabling
ssh-agent."
elog " * In 10-agent-shutdown.sh uncomment the respective lines to
properly kill"
elog " the agent when the session ends."
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild
b/kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild
index 9b09701f3a..c713f79983 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild
@@ -165,8 +165,8 @@ pkg_postinst () {
elog "To enable gpg-agent and/or ssh-agent in Plasma sessions, do the
following:"
elog " * Copy the necessary files to your home directory:"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/shutdown/"
+ elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
+ elog " - cp /etc/plasma/shutdown/10-agent-shutdown.sh
~/.config/plasma-workspace/shutdown/"
elog " * Edit 10-agent-startup.sh and uncomment the lines enabling
ssh-agent."
elog " * In 10-agent-shutdown.sh uncomment the respective lines to
properly kill"
elog " the agent when the session ends."
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index 4b7748e6ca..374e9ed179 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -166,8 +166,8 @@ pkg_postinst () {
elog "To enable gpg-agent and/or ssh-agent in Plasma sessions, do the
following:"
elog " * Copy the necessary files to your home directory:"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
- elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/shutdown/"
+ elog " - cp /etc/plasma/startup/10-agent-startup.sh
~/.config/plasma-workspace/env/"
+ elog " - cp /etc/plasma/shutdown/10-agent-shutdown.sh
~/.config/plasma-workspace/shutdown/"
elog " * Edit 10-agent-startup.sh and uncomment the lines enabling
ssh-agent."
elog " * In 10-agent-shutdown.sh uncomment the respective lines to
properly kill"
elog " the agent when the session ends."