From 6d01b25a25a30f5535139a3994fa452b568dd0a8 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 6 Nov 2013 09:25:13 +0100 Subject: system/lxsession: Add a previously forgotten file. Signed-off-by: Matteo Bernardini --- system/lxsession/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/lxsession/doinst.sh diff --git a/system/lxsession/doinst.sh b/system/lxsession/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/lxsession/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi -- cgit v1.2.3