summaryrefslogtreecommitdiffstats
path: root/desktop/matchbox-panel/doinst.sh
blob: 1f168fe95aa2e1a729be59e23440516883090905 (plain)
1
2
3
4
5
#!/bin/sh

if [ -x usr/bin/update-desktop-database ]; then
    ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1
fi