remove gtk+-1.x, glib-1.x, gdk-pixbuf from runtime

This commit is contained in:
Will Woods 2011-08-03 17:05:35 -04:00
parent dd77c62eae
commit aa403a01cf
2 changed files with 0 additions and 11 deletions

View File

@ -196,14 +196,6 @@ removefrom firstboot /lib/systemd/* /usr/sbin/* /usr/share/firstboot/*
removefrom firstboot /usr/share/locale/* removefrom firstboot /usr/share/locale/*
removefrom fontconfig /usr/bin/* removefrom fontconfig /usr/bin/*
removefrom gawk /usr/bin/* /usr/libexec/* /usr/share/* removefrom gawk /usr/bin/* /usr/libexec/* /usr/share/*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-bmp*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-gif*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-ico*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-pnm*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-ras*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-xbm*
removefrom gdk-pixbuf /usr/${libdir}/gdk-pixbuf-*
removefrom gdk-pixbuf /usr/${libdir}/libgdk_pixbuf_xlib* /usr/share/locale/*
removefrom gdk-pixbuf2 /usr/${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/* removefrom gdk-pixbuf2 /usr/${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*
removefrom gdk-pixbuf2 /usr/share/locale* removefrom gdk-pixbuf2 /usr/share/locale*
removefrom gfs2-utils /usr/sbin/* removefrom gfs2-utils /usr/sbin/*
@ -243,7 +235,6 @@ removefrom grep /etc/* /usr/share/locale/*
removefrom grub /sbin/grub-* /usr/bin/* removefrom grub /sbin/grub-* /usr/bin/*
removefrom gstreamer /usr/bin/* /usr/${libdir}/gstreamer-0.10/* removefrom gstreamer /usr/bin/* /usr/${libdir}/gstreamer-0.10/*
removefrom gstreamer /usr/${libdir}/libgst* /usr/libexec/* /usr/share/locale/* removefrom gstreamer /usr/${libdir}/libgst* /usr/libexec/* /usr/share/locale/*
removefrom gtk+ /etc/* /usr/share/locale/*
removefrom gtk2 /usr/bin/update-gtk-immodules removefrom gtk2 /usr/bin/update-gtk-immodules
removefrom gtk2 /usr/${libdir}/gtk-2.0/2.10.0/{engines,printbackends}/* removefrom gtk2 /usr/${libdir}/gtk-2.0/2.10.0/{engines,printbackends}/*
removefrom gtk2 /usr/share/themes/* removefrom gtk2 /usr/share/themes/*

View File

@ -100,8 +100,6 @@ installpkg firstboot
installpkg samba-common installpkg samba-common
## Cleanup leaves only pam_winbind.so and /usr/lib/libwbclient.so.0 ## Cleanup leaves only pam_winbind.so and /usr/lib/libwbclient.so.0
installpkg samba-winbind-clients installpkg samba-winbind-clients
## gtk+ v1.x? Nothing uses this anymore...
installpkg gtk+ glib gdk-pixbuf
## actually install all the requested packages ## actually install all the requested packages
run_pkg_transaction run_pkg_transaction