summaryrefslogtreecommitdiffstats
path: root/security/gpass
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-20 09:28:54 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-20 09:28:54 +0800
commit76e2d1bf65f55cbf6681e46ca2d242485f9372d5 (patch)
tree23dda883c06cd779df26c7dab77698dda7bd07d8 /security/gpass
parent2edd441c26e7eb123a33376ef3f06183f644116b (diff)
downloadmarcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar.gz
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar.bz2
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar.lz
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar.xz
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.tar.zst
marcuscom-ports-76e2d1bf65f55cbf6681e46ca2d242485f9372d5.zip
Forgot to save in VIM, add update-desktop-database in post-install target.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7079 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gpass')
-rw-r--r--security/gpass/Makefile3
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>