mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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]
13 lines
184 B
Bash
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
|