updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / veracity / veracity.install
blobd77ddefadc9ef6f0f36b52a8d34cb9c9e726ee5a
1 ## arg 1:  the new package version
2 ## arg 2:  the old package version
3 post_upgrade() {
4   pkgver=${2%-*}
5   if [ x$pkgver == x"1.0.0" ]; then
6     /bin/cat << EOF
7 Veracity 1.0 repositories need to be reindexed. When Veracity notices,
8 it will tell you:
9 "You need to 'vv reindex'."
11 If you want to be proactive, you can 'vv reindex --repo my_repo' before
12 you see this message.
13 EOF
14   fi
16 # vim:set ts=2 sw=2 et: