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

casper: fix typo in previous commit

parent cb79842c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=3
VERSION=4
. ./config
......@@ -29,9 +29,9 @@ sed 's/keep-existing/keep-existing $LANG/' -i scripts/casper-bottom/14locales
# Adapt 30accessibility to mate desktop
for profile in blindness braille high-contrast onscreen-keyboard; do
sed "s/setup_profile $profile/setup-profile mate-$profile/" -i scripts/casper-bottom/30accessibility
sed "s/setup_profile $profile/setup_profile mate-$profile/" -i scripts/casper-bottom/30accessibility
done
sed "s/setup_profile keyboard-modifiers/setup-profile mate-motor-difficulties/" -i scripts/casper-bottom/30accessibility
sed "s/setup_profile keyboard-modifiers/setup_profile mate-motor-difficulties/" -i scripts/casper-bottom/30accessibility
rm scripts/casper-premount/10driver_updates
rm scripts/casper-bottom/33enable_apport_crashes
......
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