aboutsummaryrefslogtreecommitdiff
path: root/Keywords/desktop-file-utils.ucl
blob: c54a59b59fb8ea87d0f3fd344bb778864ab503e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $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