Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > fcf2309778d9f2c68c2cad69b47ccc2f > scriptlet

bison-2.4.1-4.fc12.i686.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