summaryrefslogtreecommitdiff
path: root/libre/icedtea-web/install_icedtea-web.sh
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2016-05-20 08:34:29 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2016-05-20 08:40:44 -0500
commit7897ea16b6e04c59baa06b7616c36afc9252c9b7 (patch)
tree1865e5a0412b87ec15f163c6c349ecab66d0d645 /libre/icedtea-web/install_icedtea-web.sh
parentf68c40be656ed5a4d8a868593d7d368eb2ff4ff0 (diff)
icedtea-web: add new package to [libre] -> https://labs.parabola.nu/issues/998
Diffstat (limited to 'libre/icedtea-web/install_icedtea-web.sh')
-rw-r--r--libre/icedtea-web/install_icedtea-web.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/icedtea-web/install_icedtea-web.sh b/libre/icedtea-web/install_icedtea-web.sh
new file mode 100644
index 000000000..80312d4a6
--- /dev/null
+++ b/libre/icedtea-web/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
+}