From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9B87138334 for ; Wed, 23 Oct 2019 09:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F85CE0985; Wed, 23 Oct 2019 09:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A599E0985 for ; Wed, 23 Oct 2019 09:27:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9935434C23C for ; Wed, 23 Oct 2019 09:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A0E88A for ; Wed, 23 Oct 2019 09:27:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571822857.b136a73c58dba331be033a673d2f803902401734.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild kde-plasma/plasma-workspace/plasma-workspace-5.17.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b136a73c58dba331be033a673d2f803902401734 X-VCS-Branch: master Date: Wed, 23 Oct 2019 09:27:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68275244-9904-4e3f-ae8b-fab17138b0ce X-Archives-Hash: 70f8a791aaba74ef2f1562cb40763628 commit: b136a73c58dba331be033a673d2f803902401734 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 23 09:27:37 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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."