b006fe6c13d12746ae0861572a4d8a1991cbc50b
[bootmanager.git] / support-files / PartDisks / custom.sh
1 #!/bin/sh
2
3 echo "Adding special files:"
4 cp lib-paths rpm-extract
5
6 echo "lib-paths" >> keep-files
7
8 exit 0