Please someone sticky this thread and keep it maintained so that we all know when we get our n900 what's gonna eat up our 256rom.
The list of apps not following guidelines to be optified needs to be posted somewhere and stickied.
How will new users reverse the damage?
Can you say with 100% certainty anything in a repo that is not extras testing or extras devel is optified?
Is that the basic rule here?
It's because when the file isn't a symlink, I'm only checking for /opt. I should also check for /home too.
I've amended the version in my original post, linked above.
I'll amend the attached version probably later today or tomorrow.
Really, it's just changing the line
unless(/^opt/ or /^usr\/share\/(man|doc)\//) {
to
unless(/^opt/ or /^home/ or /^usr\/share\/(man|doc)\//) {
Hope that works. Happy holidays!