1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Run correct command in post-install target.

Submitted by:	Tijl coosemans <tijl@coosemans.org>
Feature safe:	yes
This commit is contained in:
Koop Mast 2013-04-17 08:13:58 +00:00
parent 3504205166
commit 4f8a977174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315945

View File

@ -24,7 +24,7 @@ post-install: shared-mime-post-install
shared-mime-post-install:
# run for port post-install
@-update-desktop-database
@-update-mime-database
# plist entries for packages.
@${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-mime-database %D/share/mime" \
>> ${TMPPLIST}; \