shared-mime-info: fix install

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4984 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-29 19:30:09 +00:00
parent 6a6bb07f28
commit e4643ae525

View File

@@ -7,5 +7,5 @@ do_install_append() {
update-mime-database ${D}${datadir}/mime
# we do not need it on device and it is huge
rm ${D}${destdir}/mime/packages/freedesktop.org.xml
rm ${D}${datadir}/mime/packages/freedesktop.org.xml
}