Commit 6ea0182e authored by Florent Revest's avatar Florent Revest

asteroid-theme-moka: create the icon-system-usb.png and...

asteroid-theme-moka: create the icon-system-usb.png and icon-system-charging.png symbolic links to have a nice icon in notifications
parent 2988a349
...@@ -14,6 +14,10 @@ do_install() { ...@@ -14,6 +14,10 @@ do_install() {
install -d ${D}/usr/share/themes/moka/meegotouch/icons/ install -d ${D}/usr/share/themes/moka/meegotouch/icons/
cp --no-dereference ${S}/Moka/256x256/apps/* ${S}/Moka/256x256/web/* ${D}/usr/share/themes/moka/meegotouch/icons/ cp --no-dereference ${S}/Moka/256x256/apps/* ${S}/Moka/256x256/web/* ${D}/usr/share/themes/moka/meegotouch/icons/
cp ${WORKDIR}/index.theme ${D}/usr/share/themes/moka/index.theme cp ${WORKDIR}/index.theme ${D}/usr/share/themes/moka/index.theme
cd ${D}/usr/share/themes/moka/meegotouch/icons/
ln -s usb-creator-gtk.png icon-system-usb.png
ln -s preferences-system-power.png icon-system-charging.png
} }
FILES_${PN} = "/usr/share/themes/moka" FILES_${PN} = "/usr/share/themes/moka"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment