blob: c03217de483635865e382803d7d9c6de009c73b7 (
plain)
1
2
3
4
5
6
|
# relative paths here so it'll work when installing to an alternate root.
# should be run as both doinst.sh and douninst.sh.
if [ -x usr/bin/file ]; then
cd etc/file
../../usr/bin/file --compile
fi
|