[Bug 23252] Re: Ubuntu default boot splash is now kubuntu!
AllanEising
allan.eising at gmail.com
Mon Jun 26 09:58:44 UTC 2006
I think it's the lack of the following lines, which are found in the
usplash postrm script:
#!/bin/sh
set -e
if [ "$1" = remove ]; then
update-initramfs -u
fi
This should force a recreation of the ramdisks. This line is in usplash
postrm, but not in kubuntu-artwork-usplash, oddly enough the following
script is in the postinst of the kubuntu-artwork-usplash package:
case "$1" in
configure)
update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/kubuntu-splash.so 50
[ -x /usr/sbin/update-initramfs ] && /usr/sbin/update-initramfs -u
;;
esac
This clearly indicates that this deb package does NOT clean up after
itself. Please tell the manager of this package to fix it.
--
Ubuntu default boot splash is now kubuntu!
https://launchpad.net/bugs/23252
More information about the kubuntu-bugs
mailing list