Added CacheDir directive
This commit is contained in:
parent
feb152d78c
commit
e37bc739bd
1 changed files with 4 additions and 0 deletions
|
@ -240,6 +240,10 @@ Server = file:///home/pkgs
|
||||||
Overrides the default location of the toplevel database directory. The default is
|
Overrides the default location of the toplevel database directory. The default is
|
||||||
\fIvar/lib/pacman\fP.
|
\fIvar/lib/pacman\fP.
|
||||||
.TP
|
.TP
|
||||||
|
.B "CacheDir = path/to/cache/dir"
|
||||||
|
Overrides the default location of the package cache directory. The default is
|
||||||
|
\fIvar/cache/pacman\fP.
|
||||||
|
.TP
|
||||||
.B "HoldPkg = <package> [package] ..."
|
.B "HoldPkg = <package> [package] ..."
|
||||||
If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman
|
If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman
|
||||||
will ask for confirmation before proceeding.
|
will ask for confirmation before proceeding.
|
||||||
|
|
Loading…
Add table
Reference in a new issue