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

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