mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
xbps-git: add INSTALL script to remember running xbps-pkgdb(8).
This commit is contained in:
parent
bc3e6a360a
commit
868edb4865
2 changed files with 15 additions and 3 deletions
12
srcpkgs/xbps-git/INSTALL
Normal file
12
srcpkgs/xbps-git/INSTALL
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue