summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/yoruian/rules.mk
blob: 0e9338d249e226fed23d4e93bb789ee42881c0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11


install-xorg-configuration:
	install -m 0664 90-$(KEYBOARD)-$(LAYOUT_ergodox).conf \
	    /etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf
	install -m 0644 $(KEYBOARD)_$(LAYOUT_ergodox) \
	    /usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox)

uninstall-xorg-configuration:
	-rm -f /etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf
	-rm -f /usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox)