summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-27 20:01:51 +0200
committerGordian Edenhofer2016-04-27 20:01:51 +0200
commit9c1dd6df2a05a16ebd795735a1268a01a9160ce8 (patch)
tree22b44a7259fe4b8659a8dda6ec2c7b837757c99c
parenteef2f6cfb9434af6a0f70978811ea8fcbfbbc53f (diff)
downloadaur-9c1dd6df2a05a16ebd795735a1268a01a9160ce8.tar.gz
upgpkg: zoom 1.1.44485.0317-1
The meme database, desktop database and icon cache is now updated with alpm hooks. Therefore making the .install file for this package obsolete.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--zoom.install22
3 files changed, 0 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74e528aa6a3..d7c87cf260d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = zoom
pkgver = 1.1.44485.0317
pkgrel = 1
url = https://zoom.us/
- install = zoom.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index dcbcd4ff2d5f..35f33f8160f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('desktop-file-utils' 'gstreamer0.10-base' 'xcb-util-cursor' 'libxml2'
'openssl' 'libxslt' 'libpulse' 'glib2' 'libxcb')
# The dependencies were reconstructed in order to fit the ones from debian
options=(!strip)
-install="${pkgname}.install"
source_i686=("https://zoom.us/client/latest/zoom_${pkgver}_i386.deb")
source_x86_64=("https://zoom.us/client/latest/zoom_${pkgver}_amd64.deb")
md5sums_i686=('df467cf71f69efc99aef87a0d9f5090e')
diff --git a/zoom.install b/zoom.install
deleted file mode 100644
index cfd762971d89..000000000000
--- a/zoom.install
+++ /dev/null
@@ -1,22 +0,0 @@
-_update() {
- echo -e "\e[34;1m==>\e[39;1m Updating desktop MIME database...\e[0m"
- update-desktop-database -q
-
- echo -e "\e[34;1m==>\e[39;1m Updating icon cache...\e[0m"
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-
- echo -e "\e[34;1m==>\e[39;1m Updating MIME database...\e[0m"
- update-mime-database -n /usr/share/mime
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- _update
-}