summaryrefslogtreecommitdiffstats
path: root/source/l/djvulibre/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/djvulibre/doinst.sh')
-rw-r--r--source/l/djvulibre/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/l/djvulibre/doinst.sh b/source/l/djvulibre/doinst.sh
new file mode 100644
index 000000000..de571c45b
--- /dev/null
+++ b/source/l/djvulibre/doinst.sh
@@ -0,0 +1,9 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1
+fi
+