Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > cd36f445358dc2d5f9590c311faff94d > scriptlet

bootsplash-themes-2.1.0-3mdv2008.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