tags 686366 patch thanks I forgot to attach the patch.
diff --git a/debian/auctex.postinst.eperl b/debian/auctex.postinst.eperl index 5681e13..9376623 100644 --- a/debian/auctex.postinst.eperl +++ b/debian/auctex.postinst.eperl @@ -84,24 +84,24 @@ db_stop case "${1}" in (triggered) RUN_UPDATE_AUCTEX_ELISP=true - while true; do - case "${2}" in + for trigger in ${2}; do + case "${trigger}" in ('') break ;; <: # Triggered by the Emacs install script :>// (auctex-install-*) - FLAVORS="${FLAVORS}${FLAVORS:+' '}${2#auctex-install-}" + FLAVORS="${FLAVORS}${FLAVORS:+ }${trigger#auctex-install-}" shift ;; <: # New (La)TeX macros: need to rescan for all flavors :>// (/*) - FLAVORS="${FLAVORS}${FLAVORS:+' '}<all>" + FLAVORS="${FLAVORS}${FLAVORS:+ }<all>" shift ;; (*) echo >&2 "${PROGNAME}:" \ - "Unsupported trigger: ${2}" + "Unsupported trigger: ${trigger}" exit 1 ;; esac -- 1.7.10.4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org