fca42f8372
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.
10 lines
237 B
Cheetah
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
|