Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > e3496d6ff07fc6ea3323090f224c7aea > scriptlet

gcc-cpp-4.6.1-2.x86_64.rpm

PREIN

/bin/sh
if [ -f /usr/bin/cpp ]; then /usr/sbin/update-alternatives --remove-all cpp; fi

PREUN

/bin/sh
  if [ "$1" = "0" ]; then if [[ -f /usr/share/info/cpp.info.xz ]]; then /sbin/install-info /usr/share/info/cpp.info.xz --dir=/usr/share/info/dir --remove ; fi; fi

POSTIN

/bin/sh
  if [[ -f /usr/share/info/cpp.info.xz ]]; then /sbin/install-info /usr/share/info/cpp.info.xz --dir=/usr/share/info/dir; fi