2012-11-17 10:03:36 +00:00
|
|
|
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.
|
2012-11-17 10:03:36 +00:00
|
|
|
|
|
|
|
=====================================================================
|
|
|
|
_EOF
|
|
|
|
;;
|
|
|
|
esac
|