aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/Makefile')
-rw-r--r--xorg-server/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/Makefile b/xorg-server/Makefile
index 81bc9d8..29edef7 100644
--- a/xorg-server/Makefile
+++ b/xorg-server/Makefile
@@ -12,9 +12,15 @@ install:
if test ! -L ~/.config/background && test ! -e ~/.config/background; then \
ln -s backgrounds/default ~/.config/background; \
fi
+ $(CHECK_INSTALLED) asroot
+ $(CHECK_INSTALLED) xorg-setxkbmap
+ $(CHECK_INSTALLED) xorg-xmodmap
+ mkdir -p -- ~/.local/bin
+ ln -sf -- ~/.dotfiles/xorg-server/setkeys ~/.local/bin/
uninstall:
-unlink -- ~/.config/backgrounds
-unlink -- ~/.config/background
+ -unlink -- ~/.local/bin/setkeys
.PHONY: install uninstall