remove blend-profiled.sh
This commit is contained in:
parent
6444b109f6
commit
9b1b0d89b4
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -14,9 +14,8 @@ depends=('python3' 'distrobox' 'podman')
|
||||||
package() {
|
package() {
|
||||||
cd blend
|
cd blend
|
||||||
|
|
||||||
mkdir -p "${pkgdir}"/{usr/{bin,share/bash-completion/completions},blend,etc/profile.d}
|
mkdir -p "${pkgdir}"/{usr/{bin,share/bash-completion/completions},blend}
|
||||||
cp blend "${pkgdir}/usr/bin"
|
cp blend "${pkgdir}/usr/bin"
|
||||||
cp blend-profiled.sh "${pkgdir}/etc/profile.d"
|
|
||||||
cp completions/blend "${pkgdir}/usr/share/bash-completion/completions"
|
cp completions/blend "${pkgdir}/usr/share/bash-completion/completions"
|
||||||
cp -r pkgmanagers "${pkgdir}/blend"
|
cp -r pkgmanagers "${pkgdir}/blend"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue