summarylogtreecommitdiffstats
path: root/install_icedtea-web-jre32.sh
diff options
context:
space:
mode:
authorEmil Lundberg2015-09-02 14:31:10 +0200
committerEmil Lundberg2015-09-18 17:15:16 +0200
commit557daf7bf8709696e5f2203335c695fdccc2d5bb (patch)
tree64fce3cffce032793a78feb902847c2418652a45 /install_icedtea-web-jre32.sh
parent905bd974f38a947de9b73d43c0f7f7bb37f14a37 (diff)
downloadaur-557daf7bf8709696e5f2203335c695fdccc2d5bb.tar.gz
Rename package to icedtea-web-jre32
Diffstat (limited to 'install_icedtea-web-jre32.sh')
-rw-r--r--install_icedtea-web-jre32.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install_icedtea-web-jre32.sh b/install_icedtea-web-jre32.sh
new file mode 100644
index 000000000000..80312d4a6041
--- /dev/null
+++ b/install_icedtea-web-jre32.sh
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}