smlinux/base/desktop-file-utils/doinst.sh
2022-01-28 23:06:05 +05:30

4 lines
116 B
Bash

if [ -x /bin/update-desktop-database ]; then
/bin/update-desktop-database share/applications >/dev/null 2>&1
fi