summaryrefslogtreecommitdiffstats
path: root/recoll
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-11-19 21:45:59 +0000
committer Eric Hameleers <alien@slackware.com>2007-11-19 21:45:59 +0000
commitfd98e744c45d7d4b8e0330dbd3d5202f6a557151 (patch)
tree6b90dbebd18df7bbf9ccb645d5f55c02a91fc885 /recoll
parentfe24283a72c1aa9db6567fd6db2268e473d0d9eb (diff)
downloadasb-fd98e744c45d7d4b8e0330dbd3d5202f6a557151.tar.gz
asb-fd98e744c45d7d4b8e0330dbd3d5202f6a557151.tar.xz
Initial revision
Diffstat (limited to 'recoll')
-rw-r--r--recoll/build/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/recoll/build/doinst.sh b/recoll/build/doinst.sh
new file mode 100644
index 00000000..c3f092ad
--- /dev/null
+++ b/recoll/build/doinst.sh
@@ -0,0 +1,4 @@
+# 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