mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 00:25:07 -04:00
Minor rephrasing of the question asked by -Sc.
Suggested by stonecrest on irc : 'I think "uninstalled" would be better, as it implies that the package was once installed and since removed. Otherwise a user might wonder why there are non-installed pkgs in cache' Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
parent
5f0c241987
commit
829a7b904d
@ -128,7 +128,7 @@ static int sync_cleancache(int level)
|
||||
* package and see if it has an entry in the local DB; if not, delete it.
|
||||
*/
|
||||
printf(_("Cache directory: %s\n"), cachedir);
|
||||
if(!yesno(_("Do you want to remove non-installed packages from cache? [Y/n] "))) {
|
||||
if(!yesno(_("Do you want to remove uninstalled packages from cache? [Y/n] "))) {
|
||||
return(0);
|
||||
}
|
||||
printf(_("removing old packages from cache... "));
|
||||
|
Loading…
Reference in New Issue
Block a user