summaryrefslogtreecommitdiffstats
path: root/fontforge/build/doinst.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-09-15 13:05:10 +0000
committer Eric Hameleers <alien@slackware.com>2007-09-15 13:05:10 +0000
commit5be5dc739aa09a6ed806ed574e4146e7e775aebf (patch)
tree687d8855f089e4524797a2964e9586af55440fc7 /fontforge/build/doinst.sh
parent6ffe9d03557b5a990725bc2e6390b7a033fe5d9c (diff)
downloadasb-5be5dc739aa09a6ed806ed574e4146e7e775aebf.tar.gz
asb-5be5dc739aa09a6ed806ed574e4146e7e775aebf.tar.xz
Initial revision
Diffstat (limited to 'fontforge/build/doinst.sh')
-rw-r--r--fontforge/build/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/fontforge/build/doinst.sh b/fontforge/build/doinst.sh
new file mode 100644
index 00000000..8aeabc32
--- /dev/null
+++ b/fontforge/build/doinst.sh
@@ -0,0 +1,5 @@
+# Update the desktop database:
+if [ -x usr/bin/update-desktop-database ]; then
+ chroot . /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1
+fi
+