From: Hermann Kraus Date: Sun, 17 Nov 2013 22:45:20 +0000 (+0100) Subject: Install udev rules. X-Git-Tag: 1.0~155^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=085ee737811613715af6aeb6e8c270eaf45ecb00;hp=6bdb12f4882253dda5e1ef38db6dcc3d2a3463aa;p=deb_pkgs%2Fautorandr.git Install udev rules. --- 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