12 lines
286 B
Text
12 lines
286 B
Text
case "${ACTION}" in
|
|
post)
|
|
cat <<_EOF
|
|
=====================================================================
|
|
|
|
Don't forget to run 'xbps-pkgdb [-r rootdir] -u' to update the pkg
|
|
metadata format to 0.21.
|
|
|
|
=====================================================================
|
|
_EOF
|
|
;;
|
|
esac
|