ext Joerg Reisenweber <[email protected]> writes: > If the script doesn't work as everybody would expect, then it shouldn't be > there at all.
It's a 'conffile', so it will be left on the device even if you remove the package. Also, you can't really change it by putting a newer version in your package since the user might decline to have his version overwritten. You would need to put code into your postinst to fix up anything that wrong with a conffile without destroying user changes. It's generally a bad idea to put significant magic into conffiles, for these reasons. Files in /etc/init.d/ are probably the worst critters in this regard. _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
