changed pacman to not run pacman-db-upgrade, my bad

This commit is contained in:
Kevin Mihelich 2011-03-28 22:34:14 -04:00
parent 393ff17953
commit 4e9fc19c2b
2 changed files with 3 additions and 3 deletions

View file

@ -7,12 +7,11 @@
# - pacman.conf: architecture=arm, added our aur repo
# - makepkg.conf: add --no-check-certificate to http wget, adjusted C/CXX/LDFLAGS
noautobuild=1
plugrel=1
plugrel=2
pkgname=pacman
pkgver=3.5.1
pkgrel=1
pkgrel=1.${plugrel}
pkgdesc="A library-based package manager with dependency support"
arch=('arm')
url="http://www.archlinux.org/pacman/"

View file

@ -15,6 +15,7 @@ _warnupgrade() {
echo ">>> The pacman database format has changed as of pacman 3.5.0."
echo ">>> You will need to run \`pacman-db-upgrade\` as root."
echo ">>>"
echo "!!!!!! SERIOUSLY! Run pacman-db-upgrade or PACMAN WILL NOT WORK! !!!!!!"
}
_resetbackups() {