Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 1aee9a487073f940cc034e6401abceb7 > scriptlet

bootsplash-themes-2.1.0-2mdv2007.1.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