Merge branch 'stable' into 'devel'
[tails.git] / config / chroot_local-hooks / 53-gimp-sessionrc
blob1cc16d4475119663997f5d91092d63af1ec4ac05
1 #!/bin/sh
3 set -e
5 echo 'Updating /etc/gimp/2.0/sessionrc'
7 # This increases the width of the left dock by 5 pixels, in order to fix #16807
8 sed -i --regexp-extended 's/^(\s*)\(left-docks-width "188"\)$/\1(left-docks-width "193")/' \
9 /etc/gimp/2.0/sessionrc