From 60a3ddce5d7821948e7d2f06d12661ca101d56f3 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sat, 2 Jun 2012 20:06:32 -0400 Subject: system/spacefm: Added (Multi-panel tabbed file manager) Signed-off-by: dsomero --- system/spacefm/doinst.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/spacefm/doinst.sh (limited to 'system/spacefm/doinst.sh') diff --git a/system/spacefm/doinst.sh b/system/spacefm/doinst.sh new file mode 100644 index 0000000000..e4e6459838 --- /dev/null +++ b/system/spacefm/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + -- cgit v1.2.3