shutils/metadata.sh: fix comment in previous.
--HG-- extra : convert_revision : aa3fda95fc515c9cd31f1f46ab417dffd47a254b
This commit is contained in:
parent
bb68e572ee
commit
513e1aa2ef
|
@ -342,8 +342,10 @@ _EOF
|
|||
$XBPS_REGPKGDB_CMD sanitize-plist $metadir/props.plist
|
||||
chmod 644 $metadir/*
|
||||
|
||||
# Update shared-mime-info database if package contains
|
||||
#
|
||||
# Update desktop-file-utils database if package contains
|
||||
# any desktop file in /usr/share/applications.
|
||||
#
|
||||
if [ -d ${DESTDIR}/usr/share/applications ]; then
|
||||
if find . -type f -name \*.desktop 2>&1 >/dev/null; then
|
||||
triggers="$triggers update-desktopdb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user