PKGBUILD replaces bashrc-manjaro
parent
7f0fe4f48e
commit
fdfee59a89
4
PKGBUILD
4
PKGBUILD
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue