mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
puzzles: Drop broken icon
The renaming left a broken desktop file behind (the others are overwritten). Fix this by removing it. (From OE-Core rev: 60925ef384f8c9966499b0d7e67927f1906be495) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -23,6 +23,7 @@ DEPENDS += "gtk+3"
|
||||
do_install:append () {
|
||||
# net conflicts with Samba, so rename it
|
||||
mv ${D}${bindir}/net ${D}${bindir}/puzzles-net
|
||||
rm ${D}/${datadir}/applications/net.desktop
|
||||
|
||||
# Create desktop shortcuts
|
||||
install -d ${D}/${datadir}/applications/
|
||||
|
||||
Reference in New Issue
Block a user