Skip to main content
Topic: Package artix-archlinux-support needs updated post transaction hooks. (Read 161 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Package artix-archlinux-support needs updated post transaction hooks.

The package artix-archlinux-support doesn't actually instruct you to add the regular Arch Linux [extra] repo in pacman.conf. Only the commented out testing repo [extra-testing]. Pretty minor but I would believe if you are adding Arch Linux repositories it would most likely be because you want a package from [extra] not yet on Artix Linux repos so it is weird it is not included.

For comparison, the wiki does state to add the [extra] repo so this is a very minor issue as most people would go to the wiki first to figure out how to enable Arch Linux repos, and then install the package.
https://wiki.artixlinux.org/Main/Repositories#Arch_repositories

Code: [Select]
:: Running post-transaction hooks...
(1/1) Show archlinux help...
==> Add the arch repos in pacman.conf:

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist-arch


#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist-arch


[multilib]
Include = /etc/pacman.d/mirrorlist-arch

==> run: 'pacman-key --populate archlinux'

 

Re: Package artix-archlinux-support needs updated post transaction hooks.

Reply #1
Hah nice find. The script has an inverted condition for specifically extra. I'll fix that.