1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/Keywords/desktop-file-utils.ucl
Mathieu Arnold 5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00

10 lines
193 B
Plaintext

# 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