diff options
Diffstat (limited to 'conf/options/pacman.conf')
-rw-r--r-- | conf/options/pacman.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/options/pacman.conf b/conf/options/pacman.conf new file mode 100644 index 000000000..730e5435c --- /dev/null +++ b/conf/options/pacman.conf @@ -0,0 +1,12 @@ +pacman { + + # Database URI for the database that stores the package information. If it + # contains a password, make sure to adjust the permissions of the config + # file accordingly. + # database = + + # Plugins to load in package manager. + # load = + +} + |