xbps-git: add INSTALL script to remember running xbps-pkgdb(8).

This commit is contained in:
Juan RP 2012-11-17 11:03:36 +01:00
parent bc3e6a360a
commit 868edb4865
2 changed files with 15 additions and 3 deletions

12
srcpkgs/xbps-git/INSTALL Normal file
View file

@ -0,0 +1,12 @@
case "${ACTION}" in
post)
cat <<_EOF
=====================================================================
Don't forget to run 'xbps-pkgdb [-r rootdir] -a' to update the pkg
metadata format to 0.18.
=====================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version="$(date -u +%Y%m%d)"
revision=1
revision=2
nofetch=yes
noextract=yes
build_style=configure