Change-Id: I8884461295d10c0ca283e73a1e2f925b212149ea
- Common Qt5
PostScripts:
- generic-x11
+ - common-x11
- generic-middleware
- common-middleware
- generic-applications
--- /dev/null
+#!/bin/sh
+echo "#################### common-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 Common: @BUILD_ID@ $arch" ffffff 50 90 95 95
+