From 6e01e00a8ac3b0985849bdedfa052d59f5c536f4 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sat, 14 Aug 2010 15:50:57 -0400 Subject: system/gdmap: Added (graphically explore your disks) Signed-off-by: dsomero --- system/gdmap/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/gdmap/doinst.sh (limited to 'system/gdmap/doinst.sh') diff --git a/system/gdmap/doinst.sh b/system/gdmap/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/gdmap/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