File macros.shared-mime-info of Package shared-mime-info
25
1
# RPM macros for packages installing a MIME type according to the XDG specification
2
#
3
###
4
#
5
# When a package installs a MIME type as per the XDG specification, it should
6
# use both macros:
7
#
8
# - %mime_database_post in %post
9
# - %mime_database_postun in %postun
10
#
11
# Note that these macros can optionally take as argument the directory
12
# where the MIME type is installed. If no argument is passed, then
13
# %{_datadir}/mime will be used (which is where applications usually install
14
# the MIME type information).
15
#
16
###
17
18
# macros are place holders to not unnescessarily break packages; package converted to file triggers
19
%mime_database_post() \
20
%nil
21
22
# macros are place holders to not unnescessarily break packages; package converted to file triggers
23
%mime_database_postun() \
24
%nil
25