Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > e82856268fb4ad104dd15cb4eec35efa > scriptlet

gdb-7.5.1-7.mga3.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]
then
  # For --excludedocs:
  if [ -e /usr/share/info/gdb.info.gz ]
  then
    /sbin/install-info --delete --info-dir=/usr/share/info /usr/share/info/annotate.info.gz || :
    /sbin/install-info --delete --info-dir=/usr/share/info /usr/share/info/gdb.info.gz || :
  fi
fi

POSTIN

/bin/sh
# This step is part of the installation of the RPM. Not to be confused
# with the 'make install ' of the build (rpmbuild) process.

# For --excludedocs:
if [ -e /usr/share/info/gdb.info.gz ]
then
  /sbin/install-info --info-dir=/usr/share/info /usr/share/info/annotate.info.gz || :
  /sbin/install-info --info-dir=/usr/share/info /usr/share/info/gdb.info.gz || :
fi