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

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