index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Connor Behan <connor.behan@gmail.com> | 2013-04-18 01:40:06 -0700 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-24 13:47:19 +1000 |
commit | b8c84479712f021735466d9882bf8ebbf1c558e4 (patch) | |
tree | 8283a6cd070f48b49a2e4a54541aa7b11ff90e81 /src | |
parent | ee3b70c4a9f3564a6ec4bf9823189e217ab66dc9 (diff) |
-rw-r--r-- | src/pacman/callback.c | 9 |
diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 16d66df7..a743adc3 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -382,15 +382,6 @@ void cb_question(alpm_question_t event, void *data1, void *data2, *response = select_question(count); } break; - case ALPM_QUESTION_LOCAL_NEWER: - if(!config->op_s_downloadonly) { - *response = yesno(_("%s-%s: local version is newer. Upgrade anyway?"), - alpm_pkg_get_name(data1), - alpm_pkg_get_version(data1)); - } else { - *response = 1; - } - break; case ALPM_QUESTION_CORRUPTED_PKG: *response = yesno(_("File %s is corrupted (%s).\n" "Do you want to delete it?"), |