git: b2c9a6ef1fc1 - main - desktop-file-utils: remove the keyword it is not necessary anymore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Nov 2021 09:48:17 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2c9a6ef1fc1f3291b490770b5435c2cdf380f2d commit b2c9a6ef1fc1f3291b490770b5435c2cdf380f2d Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-10-11 07:51:48 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-17 09:47:30 +0000 desktop-file-utils: remove the keyword it is not necessary anymore --- Keywords/desktop-file-utils.ucl | 9 --------- Mk/Uses/desktop-file-utils.mk | 1 - 2 files changed, 10 deletions(-) diff --git a/Keywords/desktop-file-utils.ucl b/Keywords/desktop-file-utils.ucl deleted file mode 100644 index b768102e979c..000000000000 --- a/Keywords/desktop-file-utils.ucl +++ /dev/null @@ -1,9 +0,0 @@ -# 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 diff --git a/Mk/Uses/desktop-file-utils.mk b/Mk/Uses/desktop-file-utils.mk index d89f8d833705..2266e84ea27c 100644 --- a/Mk/Uses/desktop-file-utils.mk +++ b/Mk/Uses/desktop-file-utils.mk @@ -15,6 +15,5 @@ IGNORE= USES=desktop-file-utils does not require args BUILD_DEPENDS+= update-desktop-database:devel/desktop-file-utils RUN_DEPENDS+= update-desktop-database:devel/desktop-file-utils -PLIST_FILES+= "@desktop-file-utils" .endif