diff options
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index ced520ca9..eb53b9e0a 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -227,6 +227,9 @@ if [ $ARCH = ppc ]; then PACKAGESGR="$PACKAGESGR fbset yaboot ppc64-utils" fi +# dogtail stuff... +PACKAGESGR="$PACKAGESGR gail at-spi libbonobo ORBit2" + # # KEEPFILE is all files to keep from the packages in PACKAGES # @@ -751,6 +754,19 @@ usr/share/fonts/ISO8859-2/100dpi/fonts* EOF fi +# more dogtail stuff... +cat >> $KEEPFILEGR <<EOF +usr/$LIBDIR/gtk-2.0/modules/libatk-bridge.so +usr/$LIBDIR/gtk-2.0/modules/libgail.so +usr/libexec/bonobo-activation-server +usr/$LIBDIR/libORBit* +usr/$LIBDIR/libbonobo* +usr/$LIBDIR/libspi* +usr/$LIBDIR/libcspi* +EOF + + + # # KEEPFILERESCUE is all files to keep from the packages in PACKAGESRESCUE # |