aboutsummaryrefslogtreecommitdiffstats
path: root/sv_dvorak.install
blob: 68181463e40b4b26eb58e4cebe0b3babbdb45233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
	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>
      <configItem>
        <name>se_sv_dvorak</name>
        
        <shortDescription>sv_sv_dvorak</shortDescription>
        <description>Swedish (sv_dvorak)</description>
        <languageList>
          <iso639Id>swe</iso639Id>
        </languageList>
      </configItem>
    </layout>
EOF
}

# vim: set ts=4 sw=4 noet: