PKGBUILD replaces bashrc-manjaro

master
Daniel Napora 2020-07-26 17:51:00 +02:00
parent 7f0fe4f48e
commit fdfee59a89
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ package_bashrc-mabox() {
arch=('any')
backup=('etc/bash.bashrc' 'etc/skel/.bashrc')
depends=('bash')
provides=('bashrc')
replaces=('bashrc-manjaro')
conflicts=('bashrc-manjaro')
provides=('bashrc' 'bashrc-manjaro')
install -Dm644 system.bashrc "$pkgdir"/etc/bash.bashrc
install -Dm644 dot.bashrc "$pkgdir"/etc/skel/.bashrc
}