mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
4e35636104
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
3 lines
129 B
Bash
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
|