diff options
author | Drashna Jaelre <drashna@live.com> | 2019-04-09 08:57:34 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-09 08:57:34 -0700 |
commit | 19ed62114a1f5d20aacb9cbe83105e977b9a2971 (patch) | |
tree | df27c96cd97c8a73ace9359b1bb05900fad15e25 /layouts/community/ergodox/yoruian/rules.mk | |
parent | 6baec0fffdc1e48d228dfc0a73b98a4ecf6d4caf (diff) |
Remove layouts
Diffstat (limited to 'layouts/community/ergodox/yoruian/rules.mk')
-rw-r--r-- | layouts/community/ergodox/yoruian/rules.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/community/ergodox/yoruian/rules.mk b/layouts/community/ergodox/yoruian/rules.mk deleted file mode 100644 index 0e9338d249..0000000000 --- a/layouts/community/ergodox/yoruian/rules.mk +++ /dev/null @@ -1,11 +0,0 @@ - - -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) |