void-packages/srcpkgs/xbps-git/INSTALL

13 lines
286 B
Text
Raw Normal View History

case "${ACTION}" in
post)
cat <<_EOF
=====================================================================
2013-03-05 05:45:21 +00:00
Don't forget to run 'xbps-pkgdb [-r rootdir] -u' to update the pkg
metadata format to 0.21.
=====================================================================
_EOF
;;
esac