5 lines
115 B
Bash
5 lines
115 B
Bash
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||
|
/usr/bin/update-desktop-database -q usr/share/applications
|
||
|
fi
|
||
|
|