Use new kernel name
[profile/ivi/image-configurations.git] / custom / scripts / invisi-cursor.post
1 # invisi-cursor.post
2 # Config workaround for TIVI-515: Invisible cursor.
3 cd /opt/home/app/.e/e/config/samsung/
4 eet -d e.cfg config > a.config
5 sed -ie s/'value "cursor_size" int: 1'/'value "cursor_size" int: 24'/ a.config
6 eet -e e.cfg config a.config 1
7 chown app.app e.cfg
8 rm a.config