summaryrefslogtreecommitdiff
path: root/triggers/desktop-database.trigger
blob: 8270383a170719e9f147b571393c03399eb8dd4c (plain)
1
2
3
4
5
#!/bin/sh

if test \( -x "$(which update-desktop-database 2>/dev/null)" \) -a \( -d /self/exports/share/applications \); then
    exec update-desktop-database -q /self/exports/share/applications
fi