mirror of
https://github.com/phillipberndt/autorandr
synced 2025-02-08 15:37:39 +00:00
9 lines
307 B
Makefile
9 lines
307 B
Makefile
|
|
install:
|
|
install -m 774 autorandr /usr/bin/
|
|
install -m 774 autorandr_monitor /usr/bin/
|
|
install -m 644 bash_completion/autorandr /etc/bash_completion.d/
|
|
ln -sf /usr/bin/autorandr /usr/bin/auto-disper
|
|
#install -m 644 /etc/X11/Xsession.d/
|
|
#install -m 644 pm-utils/40autorandr /etc/pm/power.d/
|