diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:58:17 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:17 +0200 |
commit | a84b5f8e51bbe403599852fcc7540346b688fd04 (patch) | |
tree | 1364a16e4b72b1905414cc8c6687d33bf6d16ad0 /graphics/gbdfed/doinst.sh | |
parent | 1b35ee705d970f7f65a8c67a1bbede55fc781546 (diff) |
graphics/gbdfed: Added to 13.0 repository
Diffstat (limited to 'graphics/gbdfed/doinst.sh')
-rw-r--r-- | graphics/gbdfed/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gbdfed/doinst.sh b/graphics/gbdfed/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/graphics/gbdfed/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 + |