PN: nativesdk-shared-mime-info
PV: 2.1
PR: r0
PKGV: 2.1
PKGR: r0.0
LICENSE: GPLv2
DESCRIPTION: The shared-mime-info package contains the core database of common types.
SUMMARY: Shared MIME type database and specification
RDEPENDS:nativesdk-shared-mime-info-data: nativesdk-shared-mime-info nativesdk-shared-mime-info-data
SECTION: base
PKG:nativesdk-shared-mime-info-data: nativesdk-shared-mime-info-data
FILES:nativesdk-shared-mime-info-data: /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages/freedesktop.org.xml
FILES_INFO:nativesdk-shared-mime-info-data: {"/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages/freedesktop.org.xml": 2375737}
pkg_postinst:nativesdk-shared-mime-info-data: #!/bin/sh\nset -e\nif [ "x$D" != "x" ]; then\n\t$INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \\\n\t\tmlprefix=nativesdk- \\\n\t\tmimedir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime\nelse\n\techo "Updating MIME database... this may take a while."\n\tupdate-mime-database $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime\nfi\n
pkg_postrm:nativesdk-shared-mime-info-data: #!/bin/sh\nset -e\nif [ "x$D" != "x" ]; then\n\t$INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \\\n\t\tmlprefix=nativesdk- \\\n\t\tmimedir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime\nelse\n\techo "Updating MIME database... this may take a while."\n\t# $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages belong to package shared-mime-info-data,\n\t# packages like libfm-mime depend on shared-mime-info-data.\n\t# after shared-mime-info-data uninstalled, $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages\n\t# is removed, but update-mime-database need this dir to update\n\t# database, workaround to create one and remove it later\n\tif [ ! -d $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages ]; then\n\t\tmkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages\n\t\tupdate-mime-database $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime\n\t\trmdir --ignore-fail-on-non-empty $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime/packages\n\telse\n\t\tupdate-mime-database $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/usr/share/mime\nfi\nfi\n
PKGSIZE:nativesdk-shared-mime-info-data: 2375737
