mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
207 B
Text
11 lines
207 B
Text
# $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
|