summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2015-07-12 23:40:41 +0300
committerDet2015-07-12 23:40:41 +0300
commit2de03c9a2d25b8f56d2b772badbe88fb06c47594 (patch)
tree356e3ffeadb972f23eaa80b30b1ecf6cf4dcc715 /PKGBUILD
parent4f05b83ba39005277501d2db192522e6582b0bda (diff)
downloadaur-2de03c9a2d25b8f56d2b772badbe88fb06c47594.tar.gz
Remove useless MIME package + clean up .install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05f976139040..4fcaaa48f753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,11 +38,9 @@ options=('!emptydirs')
install=$pkgname.install
source=("google-earth-stable_${pkgver}_${_arch}.deb::https://dl.google.com/earth/client/current/google-earth-stable_current_${_arch}.deb"
'googleearth'
- 'google-earth-mimetypes.xml'
'baifaao.cpp')
md5sums=('b8847cb867bdb3ff892149f0fd68f036'
'e84f5d51ea3545c131d1794f89f6464a'
- 'e3c67b8d05c3de50535bd7e45eee728e'
'598d579a1c3199c77850d86ba78f7b44')
[[ $_arch = amd64 ]] && md5sums[0]='7bbba9d4d64f2a9b38752e259d849bda'
@@ -73,9 +71,6 @@ package() {
install -Dm644 "$pkgdir"/$_instdir/product_logo_$i.png "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/google-earth.png
done
- # The MIME package
- install -Dm644 google-earth-mimetypes.xml "$pkgdir"/usr/share/mime/packages/google-earth-mimetypes.xml
-
# The license (too many different ones to do this in "source=()")
install -d "$pkgdir"/usr/share/licenses/google-earth/
curl -Ls ${url/i*}/license.html -o "$pkgdir"/usr/share/licenses/google-earth/license.html