Now the os-prober is packaged apart to implement many patches from os-prober-btrfs, as we are using BTRFS as default file-system.
7 lines
134 B
Text
7 lines
134 B
Text
case "${ACTION}" in
|
|
pre)
|
|
if [ -d usr/lib/os-probes/mounted/20macosx ]; then
|
|
rm -rf usr/lib/os-probes/mounted/20macosx
|
|
fi
|
|
;;
|
|
esac
|