mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
pacman-db-upgrade: be more verbose
People have mentioned that the silent upgrade to DB version 9 when no adjustments are needed for directory symlinks is confusion. Always print the upgrading message. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c8448bb466
commit
23850c7c99
@ -167,6 +167,8 @@ if [[ -z "$db_version" ]]; then
|
||||
fi
|
||||
|
||||
# pacman 4.1 to 4.2 upgrade - remove directory symlink support
|
||||
msg "$(gettext "Pre-4.2 database format detected - upgrading...")"
|
||||
|
||||
dirlist=()
|
||||
|
||||
unset GREP_OPTIONS
|
||||
@ -180,8 +182,6 @@ if [[ -z "$db_version" ]]; then
|
||||
done)
|
||||
|
||||
if [[ ${#dirlist[@]} != 0 ]]; then
|
||||
msg "$(gettext "Pre-4.2 database format detected - upgrading...")"
|
||||
|
||||
pacroot="$(resolve_dir "$pacroot")"
|
||||
|
||||
for dir in "${dirlist[@]}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user