On Mon, Nov 14, 2011 at 4:47 PM, Theppitak Karoonboonyanan
<t...@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/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to