summarylogtreecommitdiffstats
path: root/install_icedtea-web.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_icedtea-web.sh')
-rw-r--r--install_icedtea-web.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install_icedtea-web.sh b/install_icedtea-web.sh
new file mode 100644
index 000000000000..80312d4a6041
--- /dev/null
+++ b/install_icedtea-web.sh
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}