mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
|
||
|
if [ -x /usr/bin/update-mime-database ]; then
|
||
|
/usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1
|
||
|
fi
|
||
|
|