diff options
Diffstat (limited to 'pcr/holo')
-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' |