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 46CDB138359 for ; Sun, 4 Oct 2020 16:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D134E0985; Sun, 4 Oct 2020 16:07:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85009E0984 for ; Sun, 4 Oct 2020 16:07:23 +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 6BA8A340ADB for ; Sun, 4 Oct 2020 16:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020A8397 for ; Sun, 4 Oct 2020 16:07:19 +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: <1601826849.7425f3d36d41232274048d50e6327ccd0227e5d9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7425f3d36d41232274048d50e6327ccd0227e5d9 X-VCS-Branch: master Date: Sun, 4 Oct 2020 16:07:19 +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: c164464e-2d60-4f4e-b896-06e6e4c1328b X-Archives-Hash: 58b909ea2455953e11b2c036d67e960d commit: 7425f3d36d41232274048d50e6327ccd0227e5d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 4 15:38:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 4 15:54:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7425f3d3 kde-plasma/plasma-workspace: rm obsolete /etc/plasma{/startup,/shutdown,} Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild index 54a55759142..a9a9470bad7 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild @@ -217,6 +217,7 @@ pkg_postinst () { rm "${EROOT}"/etc/plasma/shutdown/10-agent-shutdown.sh || die elog "Removed obsolete ${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh" fi + rmdir -v "${EROOT}"/etc/plasma{/startup,/shutdown,} 2> /dev/null elog "To enable gpg-agent and/or ssh-agent in Plasma sessions," elog "edit ${EPREFIX}/etc/xdg/plasma-workspace/env/10-agent-startup.sh"