summarylogtreecommitdiffstats
path: root/net-names-crc16.install
diff options
context:
space:
mode:
authorAntonio Orefice2019-04-04 15:08:45 +0200
committerAntonio Orefice2019-04-04 15:08:45 +0200
commit5642b8656875a1fda2e4f3eeb612ffdfc95efad3 (patch)
treea7b7385583aec1cb7b73102887ff26eb652b7740 /net-names-crc16.install
parent2e0c3e77f4f916563c7d070466e09eeaffebdc76 (diff)
downloadaur-5642b8656875a1fda2e4f3eeb612ffdfc95efad3.tar.gz
Add wired devices to the rule and an install file to reload udev rules
Diffstat (limited to 'net-names-crc16.install')
-rw-r--r--net-names-crc16.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-names-crc16.install b/net-names-crc16.install
new file mode 100644
index 000000000000..64a39eb2d562
--- /dev/null
+++ b/net-names-crc16.install
@@ -0,0 +1,11 @@
+post_install() {
+ udevadm control --reload
+}
+
+post_upgrade() {
+ udevadm control --reload
+}
+
+post_remove() {
+ udevadm control --reload
+}