summarylogtreecommitdiffstats
path: root/zoom.install
diff options
context:
space:
mode:
Diffstat (limited to 'zoom.install')
-rw-r--r--zoom.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/zoom.install b/zoom.install
index 5ebabc7015a4..a4e38b845a15 100644
--- a/zoom.install
+++ b/zoom.install
@@ -4,6 +4,9 @@ _update() {
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() {