mirror of
https://github.com/phillipberndt/autorandr
synced 2024-12-20 05:10:11 +00:00
9 lines
339 B
Makefile
9 lines
339 B
Makefile
|
|
install:
|
|
install -m 775 autorandr /usr/bin/
|
|
install -m 775 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 Xsession.d/autorandr /etc/X11/Xsession.d/99zautorandr
|
|
#install -m 644 pm-utils/40autorandr /etc/pm/power.d/
|