4 lines
116 B
Bash
4 lines
116 B
Bash
if [ -x /bin/update-desktop-database ]; then
|
|
/bin/update-desktop-database share/applications >/dev/null 2>&1
|
|
fi
|
|
|