Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 2e66e0ecd6a45fe702e84b91db0a6333 > scriptlet

bootsplash-themes-2.1.0-5mdv2009.0.noarch.rpm

POSTIN

/bin/sh
# update current theme
if [ -x /usr/share/bootsplash/scripts//switch-themes ]; then 
    /usr/share/bootsplash/scripts//switch-themes -u
fi

POSTUN

/bin/sh
# switch back to Mandriva theme on full removal
if [ "$1" = "0" ]; then
  if [ -x /usr/share/bootsplash/scripts//switch-themes ]; then 
    /usr/share/bootsplash/scripts//switch-themes Mandriva
  fi
fi