summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-05-14 18:31:52 +0200
committerLars Wendler <polynomial-c@gentoo.org>2022-05-15 00:56:08 +0200
commit4081f99f3678415a0da3c5a081fbec6ca9d336cb (patch)
tree0fe89459841808e3704c4004a33443c494647a4e /app-misc/g15daemon
parentapp-misc/g15daemon: Removed old (diff)
downloadgentoo-4081f99f3678415a0da3c5a081fbec6ca9d336cb.tar.gz
gentoo-4081f99f3678415a0da3c5a081fbec6ca9d336cb.tar.bz2
gentoo-4081f99f3678415a0da3c5a081fbec6ca9d336cb.zip
app-misc/g15daemon: Call udev_reload in pkg_postinst()
Closes: https://bugs.gentoo.org/844139 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc/g15daemon')
-rw-r--r--app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild2
-rw-r--r--app-misc/g15daemon/g15daemon-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild
index abd8cf26fdb9..1b4f7766b82e 100644
--- a/app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild
+++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild
@@ -136,6 +136,8 @@ src_install() {
}
pkg_postinst() {
+ udev_reload
+
elog "To use g15daemon, you need to add g15daemon to the default runlevel."
elog "This can be done with:"
elog "# /sbin/rc-update add g15daemon default"
diff --git a/app-misc/g15daemon/g15daemon-9999.ebuild b/app-misc/g15daemon/g15daemon-9999.ebuild
index 472d44a00535..701a835b318c 100644
--- a/app-misc/g15daemon/g15daemon-9999.ebuild
+++ b/app-misc/g15daemon/g15daemon-9999.ebuild
@@ -146,6 +146,8 @@ src_install() {
}
pkg_postinst() {
+ udev_reload
+
elog "To use g15daemon, you need to add g15daemon to the default runlevel."
elog "This can be done with:"
elog "# /sbin/rc-update add g15daemon default"