|
|
|
@ -697,6 +697,12 @@ Pin-Priority: 550
|
|
|
|
|
rm -f ${ROOT}/usr/share/icons/*/icon-theme.cache
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ "$FS" = ubuntu-netbook ] && \
|
|
|
|
|
[ "$TARGETARCH+$SUBARCH" = armel+dove ] && \
|
|
|
|
|
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then
|
|
|
|
|
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl
|
|
|
|
|
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
|
|
|
|
|