mirror of
git://slackware.nl/current.git
synced 2025-02-06 20:46:02 +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
|
||
|
|