pkgs/srcpkgs/os-prober-cereus/INSTALL
KF-Art 21655de779 New Package: os-prober-cereus
Now the os-prober is packaged apart to implement many patches from os-prober-btrfs,
as we are using BTRFS as default file-system.
2023-01-20 01:11:52 -06:00

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