From: Phillip Berndt Date: Sun, 2 Oct 2016 19:14:47 +0000 (+0200) Subject: Install autostart desktop file by default X-Git-Tag: 1.0~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76845107ddab50041053d5e05b7a006a7c58a276;p=deb_pkgs%2Fautorandr.git Install autostart desktop file by default --- diff --git a/Makefile b/Makefile index 51cfd7f..142a08c 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ uninstall_bash_completion: # Rules for autostart config XDG_AUTOSTART_DIR=/etc/xdg/autostart +DEFAULT_TARGETS+=autostart_config install_autostart_config: install -D -m 644 contrib/etc/xdg/autostart/autorandr.desktop ${DESTDIR}/${XDG_AUTOSTART_DIR}/autorandr.desktop