diff options
Diffstat (limited to 'layouts/community/ergodox/yoruian/rules.mk')
-rw-r--r-- | layouts/community/ergodox/yoruian/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/community/ergodox/yoruian/rules.mk b/layouts/community/ergodox/yoruian/rules.mk new file mode 100644 index 000000000..0e9338d24 --- /dev/null +++ b/layouts/community/ergodox/yoruian/rules.mk | |||
@@ -0,0 +1,11 @@ | |||
1 | |||
2 | |||
3 | install-xorg-configuration: | ||
4 | install -m 0664 90-$(KEYBOARD)-$(LAYOUT_ergodox).conf \ | ||
5 | /etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf | ||
6 | install -m 0644 $(KEYBOARD)_$(LAYOUT_ergodox) \ | ||
7 | /usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox) | ||
8 | |||
9 | uninstall-xorg-configuration: | ||
10 | -rm -f /etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf | ||
11 | -rm -f /usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox) | ||