mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
5 lines
146 B
Bash
5 lines
146 B
Bash
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||
|
chroot . /usr/bin/update-desktop-database /usr/share/applications 1> /dev/null 2>/dev/null
|
||
|
fi
|
||
|
|