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

Bug#648697: thailatex: postinst called with unknown argument 'triggered'



On Mon, Nov 14, 2011 at 4:47 PM, Theppitak Karoonboonyanan
<thep@debian.org> wrote:

> This is from the postinst portion generated by dh_installtex:

>From a tex package maintainer's point of view, I think a NOP case for
"triggered" arg should be added:

> ---8<---
> case "$1" in
>    configure|abort-upgrade|abort-remove|abort-deconfigure)
>        update-updmap --quiet
>        update-language
>        update-fmtutil
>        ...
>    ;;
>

    triggered)
    ;;

>    *)
>        echo "postinst called with unknown argument '$1'" >&2
>        exit 1
>    ;;
> esac
> ---8<---

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



Reply to: