ports/devel/desktop-file-utils/files/pkg-install.in
Koop Mast fb6f8ffcaf remove custom code for deleting share/applications now that it is in
BSD.local.dist, and stageify [1].

Bump portrevision so redports/QAT picks up the change.

Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (based on) [1]
2013-10-25 08:46:56 +00:00

13 lines
184 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# Initialize the desktop directories and MIME cache.
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
${PKG_PREFIX}/bin/update-desktop-database -q
exit 0