Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 1e480688296dab23c1faa66b8a41507f > scriptlet

plymouth-0.8.3-12.mga1.x86_64.rpm

POSTIN

/bin/sh
[ -f /var/lib/plymouth/boot-duration ] || cp -f /usr/share/plymouth/default-boot-duration /var/lib/plymouth/boot-duration
if [ "x$DURING_INSTALL" = "x" ]; then
  if [ $1 -eq 1 ]; then
   /usr/libexec/plymouth/plymouth-update-initrd
  fi
fi

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
    rm -f /usr/lib64/plymouth/default.so
fi