diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-05-13 00:58:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:25 +0200 |
commit | 03dbb76648622a5f58819c728e82d4a7b84644bc (patch) | |
tree | d58b787c7ef2c4734d88f9e487d7789bc2955148 /graphics/xpe/doinst.sh | |
parent | 90fd724a8dc2808ec96ce16bb53a51feea460d7f (diff) |
graphics/xpe: Added to 13.0 repository
Diffstat (limited to 'graphics/xpe/doinst.sh')
-rw-r--r-- | graphics/xpe/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xpe/doinst.sh b/graphics/xpe/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/graphics/xpe/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 + |