summarylogtreecommitdiffstats
path: root/zoom.install
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-27 20:01:51 +0200
committerGordian Edenhofer2016-04-27 20:01:51 +0200
commit9c1dd6df2a05a16ebd795735a1268a01a9160ce8 (patch)
tree22b44a7259fe4b8659a8dda6ec2c7b837757c99c /zoom.install
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.
Diffstat (limited to 'zoom.install')
-rw-r--r--zoom.install22
1 files changed, 0 insertions, 22 deletions
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
-}