diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-29 11:12:16 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-29 11:12:16 -0500 |
commit | 383dcffc4e34b44468a2c475a0408be6b8759845 (patch) | |
tree | 0c774815552db732c86dfa3f3ff9d616a91d6902 | |
parent | c40eccdf170b5c186c280a54b058f689bcec0e29 (diff) | |
download | abslibre-383dcffc4e34b44468a2c475a0408be6b8759845.tar.gz abslibre-383dcffc4e34b44468a2c475a0408be6b8759845.tar.bz2 abslibre-383dcffc4e34b44468a2c475a0408be6b8759845.zip |
pcr/holo: Add appropriate conflicts=() for bundled plugins
-rw-r--r-- | pcr/holo/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pcr/holo/PKGBUILD b/pcr/holo/PKGBUILD index d75bd1e38..b6aa9b65c 100644 --- a/pcr/holo/PKGBUILD +++ b/pcr/holo/PKGBUILD @@ -3,7 +3,7 @@ pkgname='holo' pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc='Minimalistic configuration management' arch=('i686' 'x86_64' 'armv7h') url='http://holocm.org' @@ -28,6 +28,11 @@ replaces=( 'holo-ssh-keys' 'holo-users-groups' ) +conflicts=( + 'holo-run-scripts' + 'holo-ssh-keys' + 'holo-users-groups' +) backup=( 'etc/holorc' 'etc/holorc.d/10-files' |