public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rear/
Date: Sun, 28 Aug 2022 08:22:20 +0000 (UTC)	[thread overview]
Message-ID: <1661674930.7ef85303c2d70b2777c1d91ae5a730652fc2f140.juippis@gentoo> (raw)

commit:     7ef85303c2d70b2777c1d91ae5a730652fc2f140
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 08:06:20 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 08:22:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef85303

app-backup/rear: add pkg_postrm() for udev_reload to 2.7

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-backup/rear/rear-2.7.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-backup/rear/rear-2.7.ebuild b/app-backup/rear/rear-2.7.ebuild
index ef577486b642..4af6aaf7f73d 100644
--- a/app-backup/rear/rear-2.7.ebuild
+++ b/app-backup/rear/rear-2.7.ebuild
@@ -47,10 +47,16 @@ src_install() {
 }
 
 pkg_postinst() {
-	if use udev ; then
+	if use udev; then
 		udev_reload
 	fi
 
 	optfeature "saving backups on smb/cifs servers" net-fs/cifs-utils
 	optfeature "encrypting backups" dev-libs/openssl
 }
+
+pkg_postrm() {
+	if use udev; then
+		udev_reload
+	fi
+}


             reply	other threads:[~2022-08-28  8:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28  8:22 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-05 17:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/rear/ Agostino Sarubbo
2022-11-05  2:07 Sam James
2022-08-28  8:22 Joonas Niilola
2022-08-28  8:22 Joonas Niilola
2021-04-30 17:32 Mikle Kolyada
2020-11-12  6:51 Joonas Niilola
2020-11-12  0:35 Thomas Deutschmann
2020-10-05  5:46 Joonas Niilola
2020-09-24 19:53 Aaron Bauman
2020-04-14  8:35 Joonas Niilola
2018-10-09 17:33 Michał Górny
2016-04-06  4:39 Ian Delaney
2016-03-21 23:35 Anthony G. Basile

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=1661674930.7ef85303c2d70b2777c1d91ae5a730652fc2f140.juippis@gentoo \
    --to=juippis@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