diff options
author | Bogdan Tatarov <bogdan.tatarov@gmail.com> | 2010-05-13 01:00:48 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:48 +0200 |
commit | 645177981ad68d3830d6f2c105133ae3c0136735 (patch) | |
tree | 076f96fff4a1c0f74757bad89d853ea9fe9711fd /system/gnome-commander/doinst.sh | |
parent | 9fa6a79645c5cf5c4caaa4d560872fc375e31d93 (diff) |
system/gnome-commander: Added to 13.0 repository
Diffstat (limited to 'system/gnome-commander/doinst.sh')
-rw-r--r-- | system/gnome-commander/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/gnome-commander/doinst.sh b/system/gnome-commander/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/system/gnome-commander/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |