remove useless part of PKGBUILD

This commit is contained in:
月季花中的星辰 2021-10-31 20:06:44 +00:00 committed by GitHub
parent 29cd9cfe3b
commit 0576fb9d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ package() {
mv "$srcdir"/PhyloSuite/* "$pkgdir"/usr/bin/phylosuite
chmod -R 755 "$pkgdir"/usr/bin/phylosuite
chmod +x "$pkgdir"/usr/bin/phylosuite
"$pkgdir"/usr/bin/phylosuite/PhyloSuite
install -m 755 "$srcdir"/PhyloSuite.png "$pkgdir"/usr/bin/phylosuite/
install -m 755 "$srcdir"/PhyloSuite.desktop "$pkgdir"/usr/share/applications/
}