Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > ab941b181423b8168f3996136474b6da > scriptlet

bison-2.4.3-1.fc14.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    if [ -f /usr/share/info/bison.info.gz ]; then # for --excludedocs
      /sbin/install-info --delete /usr/share/info/bison.info.gz /usr/share/info/dir --entry="* bison: (bison).                        The GNU parser generator." || :
    fi
fi

# The distribution contains also source files.  These are used by m4
# when the target parser file is generated.

POSTIN

/bin/sh
if [ -f /usr/share/info/bison.info.gz ]; then # for --excludedocs
   /sbin/install-info /usr/share/info/bison.info.gz /usr/share/info/dir --entry="* bison: (bison).                        The GNU parser generator." || :
fi