Path to this page:
./
databases/shared-mime-info,
Core database of common types
Branch: CURRENT,
Version: 2.4nb7,
Package name: shared-mime-info-2.4nb7,
Maintainer: pkgsrc-usersMany programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.
For interoperability, it is useful for different programs to use the same
database so that different programs agree on the type of a file, and new
rules for determining the type apply to all programs.
This package contains the core database of common types and the
update-mime-database command used to extend it.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.5 2013/10/08 10:40:21 wiz Exp $
MIMEDB_PATH="@MIMEDB_PATH@"
case ${STAGE} in
POST-DEINSTALL)
(cd ${MIMEDB_PATH} && \
${LS} . | ${GREP} -v '^packages$' | ${XARGS} ${RM} -rf)
${RMDIR} ${MIMEDB_PATH}/packages 2>/dev/null || ${TRUE}
${RMDIR} ${MIMEDB_PATH} 2>/dev/null || ${TRUE}
;;
esac
Required to run:[
textproc/libxml2] [
devel/glib2] [
lang/python310]
Master sites:
Filesize: 6930.026 KB
Version history: (Expand)
- (2026-01-07) Updated to version: shared-mime-info-2.4nb7
- (2025-10-24) Updated to version: shared-mime-info-2.4nb6
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-23) Updated to version: shared-mime-info-2.4nb5
- (2024-11-15) Updated to version: shared-mime-info-2.4nb4
CVS history: (Expand)