summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2018-10-24 02:22:35 +1300
committerVaporeon2018-10-24 02:22:35 +1300
commit8859bef92814bbbd43cf8ba3d8fee966502d813d (patch)
treeb95691d2c3ed71c5b90e84bcbeec2337d13bd1b9 /PKGBUILD
parent96ee5217cdb7570ddb3f7df1948889d4138fc3d4 (diff)
downloadaur-8859bef92814bbbd43cf8ba3d8fee966502d813d.tar.gz
git rid of this thing if it exists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90db524834cd..df97874a77c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,4 +27,6 @@ build() {
package() {
cd "$srcdir/puNES"
make DESTDIR="$pkgdir" install
+ #idk what the deal with this mimeinfo cache is, it seems to come and go
+ rm -f "$pkgdir"/usr/share/applications/mimeinfo.cache
}