diff options
Diffstat (limited to 'net-libs/phodav/phodav-2.5.ebuild')
-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 +} |