diff options
Diffstat (limited to 'system/truecrypt/doinst.sh')
-rw-r--r-- | system/truecrypt/doinst.sh | 5 |
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 + |