I got the idea for installation. Code: find /usr/share/themes/ -name 'meegotouch-virtual-keyboard' | awk '{print $0}' This will provide paths, where images must to be copied. Now we need a script that extracts the correct path to cp-sentence. Help me!
find /usr/share/themes/ -name 'meegotouch-virtual-keyboard' | awk '{print $0}'