diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-07-27 12:27:50 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-29 21:46:55 -0500 |
commit | 428b2fd8cc5ad4a0e7b2dcd1d097fb57237ea7a8 (patch) | |
tree | 6d848f7778913a520736f6d228668dce86206d36 | |
parent | 9a6fd1b021fa03471c68fabcdb912bf3ded77b65 (diff) | |
download | pacman-428b2fd8cc5ad4a0e7b2dcd1d097fb57237ea7a8.tar.xz |
Put CleanMethod to pacman.conf (commented out)
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 199626db..9b822c38 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,6 +17,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +#CleanMethod = KeepInstalled # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = |