feat(profile): pacman: ensure ghc-pkg is run independant from pacman.
This commit is contained in:
parent
fa317ad91b
commit
dd7841f4e9
1 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/gdk-pixbuf-query-loaders rPx,
|
||||
@{bin}/getent rix,
|
||||
@{bin}/gettext rix,
|
||||
@{bin}/ghc-pkg-@{version} rix,
|
||||
@{bin}/ghc-pkg-@{version} rPx,
|
||||
@{bin}/gio-querymodules rPx,
|
||||
@{bin}/glib-compile-schemas rPx,
|
||||
@{sbin}/groupadd rPx,
|
||||
|
|
@ -102,7 +102,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/which rix,
|
||||
@{bin}/xmlcatalog rix,
|
||||
@{lib}/systemd/systemd-* rPx,
|
||||
@{lib}/ghc-@{version}/bin/ghc-pkg-@{version} rix,
|
||||
@{lib}/ghc-@{version}/bin/ghc-pkg-@{version} rPx,
|
||||
@{lib}/vlc/vlc-cache-gen rPx,
|
||||
/opt/Mullvad*/resources/mullvad-setup rPx,
|
||||
/usr/share/code-features/patch.py rPx,
|
||||
|
|
@ -110,7 +110,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
/usr/share/libalpm/scripts/* rPUx,
|
||||
/usr/share/texmf-dist/scripts/texlive/mktexlsr rPUx,
|
||||
|
||||
# For shell pwd, keept as it can annoy some users to see error in pacman output
|
||||
# For shell pwd, keept as it can annoy users to see error in pacman output
|
||||
/**/ r,
|
||||
|
||||
# Install/update packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue