repo.or.cz
/
cmdllinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update buildroot - work in progress development
[cmdllinux.git]
/
buildroot
/
_pkg_tmp
/
pacman-3.5.4-pacman.d
/
etc
/
pacman.d
/
upd_deskdb
blob
b9d7e5cb4bb68142f8028ea0ae588e5ac19ab20a
1
#! /bin/sh
2
3
[
`id -u`
!=
0
] &&
exit
0
4
5
if
[
-x
/
usr
/
bin
/
update-desktop-database
];
then
6
update-desktop-database
-q
2
> /
dev
/
null
7
fi
8
exit
0