diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 14:03:46 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 14:03:46 +0200 |
commit | bcd22e0940cc574e69b6feb2da545d8bbc0abe1e (patch) | |
tree | 71e82b88265350465fa6093800fa8f8d72c7ac2c /desktop/matchbox-panel/doinst.sh | |
parent | 63334de828cf45636f6567e81e0e84bb4afe43ba (diff) | |
download | slackbuilds-bcd22e0940cc574e69b6feb2da545d8bbc0abe1e.tar.gz |
desktop/matchbox-panel: Initial import
Diffstat (limited to 'desktop/matchbox-panel/doinst.sh')
-rw-r--r-- | desktop/matchbox-panel/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/matchbox-panel/doinst.sh b/desktop/matchbox-panel/doinst.sh new file mode 100644 index 0000000000..1f168fe95a --- /dev/null +++ b/desktop/matchbox-panel/doinst.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1 +fi |