[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian alternatives support for bibtex



2009/12/30 Norbert Preining <preining@logic.at>:
> I have packages already in the repository I mentioned

I've tested the package, and it works nicely. Thanks for your support.
As for prerm script, I've noticed that different packages use
different code. Nano uses your original method, while Vim uses the
following:

case "$1" in
 remove|deconfigure)
   update-alternatives --remove ...
   update-alternatives --remove ...
   ;;
 *)
   ;;
esac

I'm not sure which is better, too. Proper usage of maintainer scripts
arguments is not clear to me at all -_-;  I propose to keep things as
is for now.

Norbert, Jakub: I think it's time to install bibtex8 and pybtex as
bibtex alternatives. I propose to use low priority 10 for both.

Happy New Year!
Andrey Paramonov


Reply to: