Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release > by-pkgid > beb245f2f3a1e3830d2fa84ddaad3882 > scriptlet

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