pkgsrc/sysutils/desktop-file-utils/files/install.tmpl
jmmv fca42f8372 Initial import of desktop-file-utils, version 0.8:
desktop-file-utils contains a couple of command line utilities for working
with desktop entries and the applications database.  More specifically,
it contains the update-desktop-database utility, used to rebuild the database
that connects MIME types to applications.
2004-09-21 17:03:53 +00:00

10 lines
237 B
Cheetah

# $NetBSD: install.tmpl,v 1.1.1.1 2004/09/21 17:03:54 jmmv Exp $
APPLICATIONS_PATH="@APPLICATIONS_PATH@"
UPDATE_DESKTOPDB="@UPDATE_DESKTOPDB@"
case ${STAGE} in
POST-INSTALL|DEINSTALL)
${UPDATE_DESKTOPDB} ${APPLICATIONS_PATH}
;;
esac