freebsd-ports/devel/desktop-file-utils/files/pkg-install.in
2021-04-06 16:31:13 +02:00

11 lines
170 B
Bash

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