diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/common-x11.post | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/common-x11.post b/scripts/common-x11.post deleted file mode 100644 index e26eae0..0000000 --- a/scripts/common-x11.post +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 - |