diff options
-rw-r--r-- | security/gpass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 5de770d3b..9730933b5 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -37,4 +37,7 @@ post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> |