summaryrefslogtreecommitdiffstats
path: root/icedtea-web
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-08-11 19:01:26 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-11 19:01:26 +0000
commit7c12773593fa6a109ea0601b334e3ee30a2f1a53 (patch)
tree095a22a906bef0d475a4233d079a80cfac2d92be /icedtea-web
parentd2e757c791eff9d04cd4deb4360af78091a76240 (diff)
downloadasb-7c12773593fa6a109ea0601b334e3ee30a2f1a53.tar.gz
asb-7c12773593fa6a109ea0601b334e3ee30a2f1a53.tar.xz
Initial revision
Diffstat (limited to 'icedtea-web')
-rw-r--r--icedtea-web/build/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/icedtea-web/build/doinst.sh b/icedtea-web/build/doinst.sh
new file mode 100644
index 00000000..3f2936c2
--- /dev/null
+++ b/icedtea-web/build/doinst.sh
@@ -0,0 +1,10 @@
+# Update the desktop database:
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
+fi
+
+# Update the mime database:
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1
+fi
+