diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-17 13:38:19 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-17 13:44:57 -0400 |
commit | c3f49cdac4b6a8ed60b251e9a627146d1343d739 (patch) | |
tree | e99ff099aa6691854e18b766abba8806cd224e97 /net-libs/phodav | |
parent | app-emulation/crossover-bin: allow newer gnutls (diff) | |
download | gentoo-c3f49cdac4b6a8ed60b251e9a627146d1343d739.tar.gz gentoo-c3f49cdac4b6a8ed60b251e9a627146d1343d739.tar.bz2 gentoo-c3f49cdac4b6a8ed60b251e9a627146d1343d739.zip |
net-libs/phodav: Call udev_reload
Closes: https://bugs.gentoo.org/848936
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/phodav')
-rw-r--r-- | net-libs/phodav/phodav-2.5.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild index 0a100ae0377c..0e03c1c68781 100644 --- a/net-libs/phodav/phodav-2.5.ebuild +++ b/net-libs/phodav/phodav-2.5.ebuild @@ -59,3 +59,11 @@ src_install() { udev_dorules "${FILESDIR}/70-spice-webdavd.rules" fi } + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +} |