summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2022-11-09 13:41:18 +0100
committerTim Schumacher2022-11-09 13:41:18 +0100
commit92db7dc9f6763d4431e1cb159b5adf260cdf2ae7 (patch)
tree21972813660cc6aecce9f02c5ecff0aa1bfc72b5
parent516debba43136a0a4be77fbb481864ff17c3005e (diff)
downloadaur-92db7dc9f6763d4431e1cb159b5adf260cdf2ae7.tar.gz
Remove leftover tsl files from the citra-qt-git package
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d1fc7caf96..5594d172b0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -125,4 +125,7 @@ package_citra-qt-git() {
cd "$srcdir/$_pkgbase/build"
make DESTDIR="$pkgdir/" install
rm "$pkgdir/usr/bin/citra"
+
+ # Remove leftover files from tsl.
+ rm -r "$pkgdir/usr/include/tsl" "$pkgdir/usr/share/cmake/tsl-robin-map"
}