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