Using the stringpath engine, add support for the permanent key. This should pattern match the
paths in the package, giving them permanent="True" in files.xml.
The net result is that those files are not removed when upgrading the package. The package must be fully removed (purged) for them to go away.
While this might sound useless, it's actually essential for the kernel and drivers work:
Using the stringpath engine, add support for the
permanent
key. This should pattern match the paths in the package, giving thempermanent="True"
infiles.xml
.The net result is that those files are not removed when upgrading the package. The package must be fully removed (purged) for them to go away.
While this might sound useless, it's actually essential for the kernel and drivers work:
https://dev.solus-project.com/T2145