aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-23 11:26:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-23 11:26:52 +0200
commit2365dd8d43b2917e4dcec735e8e76195ec8c85c3 (patch)
tree06bed33fd9e9916da1a56f4c5599a969a6f356cd
parentkde-plasma: Drop KDE Plasma 5.17.0 (diff)
downloadkde-2365dd8d.tar.gz
kde-2365dd8d.tar.bz2
kde-2365dd8d.zip
kde-plasma/ksshaskpass: Fix pkg_postinst paths
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild4
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.17.49.9999.ebuild4
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild
index 481d10022a..9e6cbd72bd 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild
@@ -37,8 +37,8 @@ pkg_postinst() {
elog
elog "In order to have ssh-agent start with Plasma 5, 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/ksshaskpass/ksshaskpass-5.17.49.9999.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.17.49.9999.ebuild
index 35f1495c82..4303aedc45 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.17.49.9999.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.17.49.9999.ebuild
@@ -37,8 +37,8 @@ pkg_postinst() {
elog
elog "In order to have ssh-agent start with Plasma 5, 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/ksshaskpass/ksshaskpass-9999.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
index 35f1495c82..4303aedc45 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
@@ -37,8 +37,8 @@ pkg_postinst() {
elog
elog "In order to have ssh-agent start with Plasma 5, 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."