Christian Perrier wrote: > > By "transition" do you mean moving the files to /var/? > > Yes. > > I don't know htdig enough to decide whether it's worth it or if these > files are recreated when reindexation takes place.
They will be newly created in /var/lib by the postinst if they do not exist
there, so that part of the transition is sound. Simply adding:
# These files were moved to
rm -f /etc/htdig/root2word.db
rm -f /etc/htdig/synonyms.db
rm -f /etc/htdig/word2root.db
to the postinst should be sufficient.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
signature.asc
Description: PGP signature

