summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-11-11 18:09:24 +0200
committerDet2016-11-11 18:09:24 +0200
commitc72ccc2a32372a70b8718981bff8bc29796fcde3 (patch)
tree334c28b6df1fe47a21acb0143ed402dde1773d48
parent8117d05a212349bba4184906a489a669e6b64a83 (diff)
downloadaur-c72ccc2a32372a70b8718981bff8bc29796fcde3.tar.gz
Pacman hooks implemented since January (5.0.0): https://git.archlinux.org/pacman.git/tree/NEWS
-rw-r--r--jre7.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/jre7.install b/jre7.install
index 0dc4d5768aef..bef80ae60903 100644
--- a/jre7.install
+++ b/jre7.install
@@ -10,12 +10,6 @@ note() {
printf "${blue}::${yellow} archlinux-java:${bold} $1${all_off}\n"
}
-update_desktop() {
- update-desktop-database -q
- update-mime-database /usr/share/mime >/dev/null
- xdg-icon-resource forceupdate &>/dev/null
-}
-
post_install() {
default=$(archlinux-java get)
case ${default} in
@@ -38,8 +32,6 @@ post_install() {
if [[ ! -f /etc/ssl/certs/java/cacerts ]]; then
update-ca-trust
fi
-
- update_desktop
}
post_upgrade() {
@@ -66,6 +58,4 @@ post_remove() {
note "Java environment unset."
fi
fi
-
- update_desktop
}