diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-23 01:06:13 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-23 01:06:47 -0400 |
commit | 42ba76532fb7ae17251da68c9cf9c3354b32beca (patch) | |
tree | 784bad31f68fc9e792e898eabe06ca4c2cfea306 /libre | |
parent | a59a0ef1896c8504026b0de6f614b893fa4211e9 (diff) | |
download | abslibre-42ba76532fb7ae17251da68c9cf9c3354b32beca.tar.gz abslibre-42ba76532fb7ae17251da68c9cf9c3354b32beca.tar.bz2 abslibre-42ba76532fb7ae17251da68c9cf9c3354b32beca.zip |
[pacman]: documentation for previous change
Diffstat (limited to 'libre')
-rw-r--r-- | libre/pacman/pacman.conf.armv7h | 2 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 2 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h index 2257623f4..737357ab9 100644 --- a/libre/pacman/pacman.conf.armv7h +++ b/libre/pacman/pacman.conf.armv7h @@ -44,7 +44,7 @@ LocalFileSigLevel = Optional # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all trusted packagers with: -# `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. +# `pacman-key --populate archlinux archlinuxarm parabola`. # # REPOSITORIES diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index bf9a8f6da..228221029 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -44,7 +44,7 @@ LocalFileSigLevel = Optional # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all trusted packagers with: -# `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. +# `pacman-key --populate archlinux archlinux32 parabola`. # # REPOSITORIES diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index 035d88bf6..6fe6ce148 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -44,7 +44,7 @@ LocalFileSigLevel = Optional # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all trusted packagers with: -# `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. +# `pacman-key --populate archlinux parabola`. # # REPOSITORIES |