04-create-xbps-metadata-scripts.sh: automatically add triggers for
appstream-cache [ci skip]
This commit is contained in:
parent
2e1e5d5a69
commit
59b5fdf36f
1 changed files with 9 additions and 0 deletions
|
@ -272,6 +272,15 @@ _EOF
|
||||||
fi
|
fi
|
||||||
_add_trigger pycompile
|
_add_trigger pycompile
|
||||||
fi
|
fi
|
||||||
|
#
|
||||||
|
# Handle appdata metadata with AppStream
|
||||||
|
#
|
||||||
|
for f in ${PKGDESTDIR}/usr/share/appdata/*.xml ${PKGDESTDIR}/usr/share/app-info/*.xml ${PKGDESTDIR}/var/lib/app-info/*.xml ${PKGDESTDIR}/var/cache/app-info/*.xml; do
|
||||||
|
if [ -f "${f}" ]; then
|
||||||
|
_add_trigger appstream-cache
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
# End of trigger var exports.
|
# End of trigger var exports.
|
||||||
echo >> $tmpf
|
echo >> $tmpf
|
||||||
|
|
Loading…
Reference in a new issue