summaryrefslogtreecommitdiffstats
path: root/system/truecrypt/doinst.sh
blob: 8aeabc3280bdcf199b3eb178c7128f999ff99265 (plain)
1
2
3
4
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