Import patches-unapplied version 1.106 to ubuntu/lucid

Imported using git-ubuntu import.

Changelog parent: 3302b839d5

New changelog entries:
  * Delete Gnome icon cache for Kubuntu images
impish
Jonathan Riddell 15 years ago committed by usd-importer
parent 3302b839d5
commit c7f1a3bbd9

6
debian/changelog vendored

@ -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

@ -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

Loading…
Cancel
Save