Skip to content
Snippets Groups Projects
Commit 438eb7f1 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'make-a11y-profile-manager' into 'etiona'

fix make-a11y-profile-manager

See merge request trisquel/package-helpers!234
parents b123427e 9ef3454e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
...@@ -17,23 +18,23 @@ ...@@ -17,23 +18,23 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
cat << EOF >> profiles/mate-blindness/profile.gsettings cat << EOF >> profiles/blindness/profile.gsettings
[com.canonical.unity-greeter] [com.canonical.unity-greeter]
screen-reader=true screen-reader=true
EOF EOF
cat << EOF >> profiles/mate-onscreen-keyboard/profile.gsettings cat << EOF >> profiles/onscreen-keyboard/profile.gsettings
[com.canonical.unity-greeter] [com.canonical.unity-greeter]
onscreen-keyboard=true onscreen-keyboard=true
EOF EOF
cat << EOF >> profiles/mate-high-contrast/profile.gsettings cat << EOF >> profiles/high-contrast/profile.gsettings
[com.canonical.unity-greeter] [com.canonical.unity-greeter]
high-contrast=true high-contrast=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment