summaryrefslogtreecommitdiff
path: root/sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-20 20:42:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-20 20:42:12 +0100
commit188aafb7c559528cc9c47d6d508c322f6e33adb5 (patch)
treeff1a6e0ce1e25757129e0b181acb6df3bdf775ba /sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild
parentd4b912f35e71cc281dcca92af83eb059d8a0fe0a (diff)
gentoo auto-resync : 20:07:2022 - 20:42:12
Diffstat (limited to 'sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild')
-rw-r--r--sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild
index 78af89e7578d..d20c200a940a 100644
--- a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild
+++ b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -65,3 +65,11 @@ src_install() {
keepdir /var/lib/${PN}
}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}