Import patches-unapplied version 1.106 to ubuntu/lucid

Imported using git-ubuntu import.

Changelog parent: 3302b839d5330d0d69155e41abc56d7e9daca90c

New changelog entries:
  * Delete Gnome icon cache for Kubuntu images
This commit is contained in:
Jonathan Riddell 2010-02-23 17:51:57 +00:00 committed by usd-importer
parent 3302b839d5
commit c7f1a3bbd9
2 changed files with 12 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (1.106) lucid; urgency=low
* Delete Gnome icon cache for Kubuntu images
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 23 Feb 2010 17:51:57 +0000
livecd-rootfs (1.105) lucid; urgency=low
* Edubuntu is allowed to pull from universe; update livecd.sh accordingly

View File

@ -582,6 +582,12 @@ Pin-Priority: 550
powerpc+ps3)
chroot ${ROOT} addgroup --system spu;;
esac
# No point keeping Gnome icon cache around for Kubuntu
if [ "$FS" = "kubuntu" || "$FS" = "kubuntu-netbook" ]; then
rm -f ${ROOT}/usr/share/icons/*/icon-theme.cache
fi
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate