aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-11 09:31:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-20 09:11:08 +0000
commitddacf99b4fc010511a09e1af376d0fca7399e208 (patch)
treefb9ccebeffee8c84c7f4c215667916118d88255a /Keywords
parent9bf3f5996681f44aeba130a47d3406f5e0ebfed9 (diff)
downloadports-ddacf99b4fc010511a09e1af376d0fca7399e208.tar.gz
ports-ddacf99b4fc010511a09e1af376d0fca7399e208.zip
shared-mime-info: use triggers
the rebuild of the database is now handled by a trigger and happen only once at the end of the transaction instead of after each package installation. While make shared-mime-info a runtime only dependency Reviewed by: manu, mat Differential Revision: https://reviews.freebsd.org/D32452
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/shared-mime-info.ucl9
1 files changed, 0 insertions, 9 deletions
diff --git a/Keywords/shared-mime-info.ucl b/Keywords/shared-mime-info.ucl
deleted file mode 100644
index 2fdc0a2ba4c4..000000000000
--- a/Keywords/shared-mime-info.ucl
+++ /dev/null
@@ -1,9 +0,0 @@
-# MAINTAINER: gnome@FreeBSD.org
-
-actions: []
-post-install: <<EOD
- update-mime-database %D/%@ || true
-EOD
-post-deinstall: <<EOD
- update-mime-database %D/%@ || true
-EOD