diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 11:27:37 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 11:27:37 +0200 |
| commit | b136a73c58dba331be033a673d2f803902401734 (patch) | |
| tree | cb953175f62b91388e0da33f021f4218c14c2d17 | |
| parent | 2365dd8d43b2917e4dcec735e8e76195ec8c85c3 (diff) | |
| download | kde-b136a73c58dba331be033a673d2f803902401734.tar.gz kde-b136a73c58dba331be033a673d2f803902401734.tar.bz2 kde-b136a73c58dba331be033a673d2f803902401734.zip | |
kde-plasma/plasma-workspace: Fix pkg_postinst paths
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 a5f55009a10..baf0fcbce62 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 9b09701f3a6..c713f799838 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 4b7748e6cac..374e9ed179f 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." |
