summaryrefslogtreecommitdiffstats
path: root/source/a/file/doinst.sh
blob: d9c7f0470ae96059118b9ba70a74963e68ee6942 (plain) (blame)
1
2
3
4
5
# 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