1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/Keywords/shared-mime-info.ucl
Baptiste Daroussin 56dd8dcf3c Use keywords to control exactly when is excutied
the different database updates
2014-09-22 12:48:27 +00:00

12 lines
183 B
Plaintext

# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org
actions: []
post-install: <<EOD
update-mime-database %D/%@ || true
EOD
post-deinstall: <<EOD
update-mime-database %D/%@ || true
EOD