Commit 4081de5c authored by Florent Revest's avatar Florent Revest

nemo-theme-glacier: adds some missing symlinks

parent 75b95942
...@@ -13,4 +13,11 @@ inherit qmake5 ...@@ -13,4 +13,11 @@ inherit qmake5
DEPENDS += "qtquickcontrols-nemo" DEPENDS += "qtquickcontrols-nemo"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins" RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
do_install_append() {
cd ${D}/usr/share/themes/glacier/meegotouch/icons/
ln -sf icon-app-terminal.png icon-l-terminal.png
ln -sf icon-app-settings.png icon-l-settings.png
ln -sf icon-app-screenshot.png icon-launcher-screenshot.png
}
FILES_${PN} = "/usr/" FILES_${PN} = "/usr/"
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