summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordr460nf1r32021-05-10 15:21:28 +0200
committerdr460nf1r32021-05-10 15:21:49 +0200
commit25f069896e0c7a42253bb73346ddc68b27ac628e (patch)
tree19ee43c2f94501a23164842801d87de9ec04115a /PKGBUILD
parentd3b98a470b7693352c350ffd41a251548b2710cf (diff)
downloadaur-25f069896e0c7a42253bb73346ddc68b27ac628e.tar.gz
Dont copy unneeded things from settings repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2c63afc7ee6..239c79145a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -365,4 +365,9 @@ END
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -srf "$pkgdir/usr/bin/$__pkgname" \
"$pkgdir/usr/lib/$__pkgname/$__pkgname-bin"
+
+ # Delete unneeded things from settings repo
+ rm "$pkgdir/usr/lib/firedragon/tabliss.json"
+ rm "$pkgdir/usr/lib/firedragon/*.png"
+ rm "$pkgdir/usr/lib/firedragon/firedragon.psd"
}