PKGBUILD replaces bashrc-manjaro
parent
7f0fe4f48e
commit
fdfee59a89
4
PKGBUILD
4
PKGBUILD
|
@ -121,7 +121,9 @@ package_bashrc-mabox() {
|
||||||
arch=('any')
|
arch=('any')
|
||||||
backup=('etc/bash.bashrc' 'etc/skel/.bashrc')
|
backup=('etc/bash.bashrc' 'etc/skel/.bashrc')
|
||||||
depends=('bash')
|
depends=('bash')
|
||||||
provides=('bashrc')
|
replaces=('bashrc-manjaro')
|
||||||
|
conflicts=('bashrc-manjaro')
|
||||||
|
provides=('bashrc' 'bashrc-manjaro')
|
||||||
install -Dm644 system.bashrc "$pkgdir"/etc/bash.bashrc
|
install -Dm644 system.bashrc "$pkgdir"/etc/bash.bashrc
|
||||||
install -Dm644 dot.bashrc "$pkgdir"/etc/skel/.bashrc
|
install -Dm644 dot.bashrc "$pkgdir"/etc/skel/.bashrc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue