summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85318756af28..a5f9e7679586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,10 +43,7 @@ build() {
package() {
cd "${srcdir}/SingBoxClient"
-
install -Dm755 sbox "$pkgdir/usr/bin/${_pkgname}";
-
install -Dm644 "${srcdir}/${_pkgname}.desktop" "$pkgdir/usr/share/applications/${_pkgname}.desktop"
-
install -Dm644 "${srcdir}/SingBoxClient/icon/logo.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
}