summaryrefslogtreecommitdiffstats
path: root/system/truecrypt/doinst.sh
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave at gmail {dot} com>2010-05-13 01:01:13 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 01:01:13 +0200
commitf73f9383430a2a2ab091c967db11aa8b21e4a7eb (patch)
treeec08548eee59f6fd5cbd8d132ce967ebda403b6d /system/truecrypt/doinst.sh
parent00f578a21f9f2d67008010e68ac26534e6ef3a92 (diff)
downloadslackbuilds-f73f9383430a2a2ab091c967db11aa8b21e4a7eb.tar.gz
slackbuilds-f73f9383430a2a2ab091c967db11aa8b21e4a7eb.tar.xz
system/truecrypt: Added to 13.0 repository
Diffstat (limited to 'system/truecrypt/doinst.sh')
-rw-r--r--system/truecrypt/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/truecrypt/doinst.sh b/system/truecrypt/doinst.sh
new file mode 100644
index 0000000000..8aeabc3280
--- /dev/null
+++ b/system/truecrypt/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
+