freebsd-ports/Keywords/desktop-file-utils.ucl

12 lines
207 B
Text
Raw Normal View History

# $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