diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ergodox/yoruian/rules.mk | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split 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) |