]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Install udev rules.
authorHermann Kraus <hermr2d2@gmail.com>
Sun, 17 Nov 2013 22:45:20 +0000 (23:45 +0100)
committerHermann Kraus <hermr2d2@gmail.com>
Sun, 17 Nov 2013 23:34:43 +0000 (00:34 +0100)
Makefile

index f26018d32030dc2ba4aaa9084f6edc6c05cb6559..41494faedfabc0773b4351c90f7ff7e8377b26fd 100644 (file)
--- 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