update buildroot - work in progress development
[cmdllinux.git] / buildroot / _pkg_tmp / pacman-3.5.4-pacman.d / etc / pacman.d / upd_deskdb
blobb9d7e5cb4bb68142f8028ea0ae588e5ac19ab20a
1 #! /bin/sh
3 [ `id -u` != 0 ] && exit 0
5 if [ -x /usr/bin/update-desktop-database ]; then
6 update-desktop-database -q 2> /dev/null
7 fi
8 exit 0