arch-packages: Dummy package to avoid unneeded packages
This commit is contained in:
parent
db041f6281
commit
001de5ba5b
1 changed files with 11 additions and 0 deletions
11
arch-packages/PKGBUILD
Normal file
11
arch-packages/PKGBUILD
Normal file
|
@ -0,0 +1,11 @@
|
|||
# https://gitlab.archlinux.org/pacman/pacman/-/issues/93
|
||||
pkgname=dummy
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc="Provides packages we do not want installed"
|
||||
arch=('any')
|
||||
provides=(
|
||||
'polkit'
|
||||
'rtkit'
|
||||
'udisks2'
|
||||
)
|
Loading…
Reference in a new issue