diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 12:48:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 12:48:27 +0000 |
commit | 56dd8dcf3c472067131b810bb1d438f7edc6cf06 (patch) | |
tree | 8307825e729ab51a6673149afbaa0a61ce548112 /Keywords/desktop-file-utils.ucl | |
parent | 900cb69cfc7fe60b1df615085d73ebfda0f089cf (diff) | |
download | ports-56dd8dcf3c472067131b810bb1d438f7edc6cf06.tar.gz ports-56dd8dcf3c472067131b810bb1d438f7edc6cf06.zip |
Notes
Diffstat (limited to 'Keywords/desktop-file-utils.ucl')
-rw-r--r-- | Keywords/desktop-file-utils.ucl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Keywords/desktop-file-utils.ucl b/Keywords/desktop-file-utils.ucl new file mode 100644 index 000000000000..c54a59b59fb8 --- /dev/null +++ b/Keywords/desktop-file-utils.ucl @@ -0,0 +1,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 |