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

10 lines
193 B
Text
Raw Normal View History

# 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