freebsd-ports/Keywords/desktop-file-utils.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
207 B
Plaintext

# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org
actions: []
post-install: <<EOD
update-desktop-database -q > /dev/null || true
EOD
post-deinstall: <<EOD
update-desktop-database -q > /dev/null || true
EOD