2017-10-10 16:29:22 -03:00
|
|
|
### Pamac configuration file
|
|
|
|
|
|
|
|
## When removing a package, also remove those dependencies
|
|
|
|
## that are not required by other packages (recurse option):
|
|
|
|
#RemoveUnrequiredDeps
|
|
|
|
|
|
|
|
## How often to check for updates, value in hours (0 to disable):
|
|
|
|
RefreshPeriod = 6
|
|
|
|
|
|
|
|
## When there are no updates available, hide the tray icon:
|
|
|
|
#NoUpdateHideIcon
|
2017-10-15 17:04:01 -03:00
|
|
|
|
|
|
|
## Number of versions of each package to keep in the cache:
|
|
|
|
KeepNumPackages = 3
|
|
|
|
|
|
|
|
## Remove only the versions of uninstalled packages when clean cache:
|
|
|
|
#OnlyRmUninstalled
|