qcopy


Logs | Files | LICENSE | GitLab


1
commit 68ddcba15cd028aa55fbf10ac909da9ae1832492
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Jun 26 19:58:16 2022 +0200
4
5
    Auto-Commit Update - 20220626
6
---
7
 PKGBUILD | 1 -
8
 1 file changed, 1 deletion(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index 5e97aff..205a179 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -27,5 +27,4 @@ package() {
15
     install -Dm755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
16
     install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
17
     install -Dm644 usr/share/man/man1/${pkgname}.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
18
-    install -Dm644 usr/share/qcopy/fonts/future.tlf "${pkgdir}/usr/share/qcopy/fonts/future.tlf"
19
 }