From ab727e887670c2b359fb6bb66dabd3bd3e91715d Mon Sep 17 00:00:00 2001 From: Andrey Maraev Date: Mon, 25 Jun 2012 21:17:52 -0400 Subject: system/worker: Updated for version 2.19.3. Signed-off-by: dsomero --- system/worker/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/worker/doinst.sh (limited to 'system/worker/doinst.sh') diff --git a/system/worker/doinst.sh b/system/worker/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/worker/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