diff options
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 |