slackbuilds_ponce/desktop/xdg-desktop-portal-gtk/doinst.sh
Vincent Batts 6aca916d73
desktop/xdg-desktop-portal-gtk: Added (gtk sandboxing desktop APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-11-17 18:42:46 +07:00

3 lines
129 B
Bash

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