e17c58ac529207d57ef692b044bdcec07fdc9f42
[profile/mobile/image-configurations.git] / custom / scripts / cursor-config.post
1 # Config workaround for TIVI-515: Invisible cursor.
2
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