aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-21 22:18:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:25:52 +0200
commitb198056c95651365cc39a8817c0d69d8a7bf6f7e (patch)
tree5dfe6108c733ccb417ec5f4ee4937126dfd2aa27
parentcb6a3e44f2206168e6f77d00cec5fd6920440bfc (diff)
downloadpkgbuilds-b198056c95651365cc39a8817c0d69d8a7bf6f7e.tar.xz
Added missing modelines to .install files
-rw-r--r--sv_dvorak.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/sv_dvorak.install b/sv_dvorak.install
index 0770046..6818146 100644
--- a/sv_dvorak.install
+++ b/sv_dvorak.install
@@ -1,5 +1,5 @@
post_install() {
- cat << EOF
+ cat << EOF
==> Add the following lines to /usr/share/X11/xkb/rules/evdev.xml
==> to be able to select the sv_dvorak layout from a GUI:
<layout>
@@ -15,3 +15,5 @@ post_install() {
</layout>
EOF
}
+
+# vim: set ts=4 sw=4 noet: