blob: 5d5b862eaf7e275b4a42c7db2fd3b8a6aeb21bcd (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
echo "#################### mobile-x11.post ##################"
# tag the background image with the current snapshot id
arch=$(rpm -qa | grep kernel-common | awk -F- '{printf("%s %s",$3,$4);}')
/usr/bin/mark_image.py /usr/share/backgrounds/tizen/current "Tizen Mobile: @BUILD_ID@ $arch" ffffff 50 90 95 95
|