From 085ee737811613715af6aeb6e8c270eaf45ecb00 Mon Sep 17 00:00:00 2001 From: Hermann Kraus Date: Sun, 17 Nov 2013 23:45:20 +0100 Subject: [PATCH] Install udev rules. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f26018d..41494fa 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,6 @@ install: install -m 644 bash_completion/autorandr /etc/bash_completion.d/ hotplug: - install -m 755 pm-utils/40autorandr /etc/pm/power.d/ \ No newline at end of file + install -m 755 pm-utils/40autorandr /etc/pm/sleep.d/ + install -m 644 udev/40-monitor-hotplug.rules /etc/udev/rules.d/ + udevadm control --reload-rules \ No newline at end of file -- 2.39.2