From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_postrm/
Date: Wed, 7 Apr 2021 17:35:27 +0000 (UTC) [thread overview]
Message-ID: <1617816492.400bdaa3304d82069a5da23d62ca42c1cdab8421.ulm@gentoo> (raw)
commit: 400bdaa3304d82069a5da23d62ca42c1cdab8421
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 02:23:11 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 17:28:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=400bdaa3
ebuild-writing/functions/pkg_postrm: add explicit xdg-utils inherit to example
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ebuild-writing/functions/pkg_postrm/text.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ebuild-writing/functions/pkg_postrm/text.xml b/ebuild-writing/functions/pkg_postrm/text.xml
index a4af76b..d288305 100644
--- a/ebuild-writing/functions/pkg_postrm/text.xml
+++ b/ebuild-writing/functions/pkg_postrm/text.xml
@@ -43,6 +43,8 @@ pkg_postrm() {
<title>Sample <c>pkg_postrm</c></title>
<body>
<codesample lang="ebuild">
+inherit xdg-utils
+
pkg_postrm() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
next reply other threads:[~2021-04-07 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-07 17:35 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-07 19:28 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_postrm/ Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617816492.400bdaa3304d82069a5da23d62ca42c1cdab8421.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox