mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
143 B
Bash
6 lines
143 B
Bash
|
# Compile /etc/file/magic.mgc:
|
||
|
chroot . /usr/bin/file --compile 1> /dev/null 2> /dev/null
|
||
|
if [ -r magic.mgc ]; then
|
||
|
mv magic.mgc etc/file
|
||
|
fi
|