Just a note to myself: I'm not sure what is the best way to solve this: - require explain scripts always have a name of some package and only run them if the package is installed (or not-purged?) For special cases, we could have names in CAPITALS to mean the script should always be ran (but should we have special cases anyway? maybe just to avoid code duplication) - require the explain scripts to be intelligent and just exit 0 if they feel they should not be ran (package not installed could be such reason)
I'm leaning towards the first option, since it will: - make it easier to identify crufty scripts and follow package renames better - make it easier to move the scripts to appropriate packages But I still need to think of it for a little more.. Marcin -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

