CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / gtk / gtk-register.sh
CommitLineData
c0d6758d
JB
1#!/bin/sh
2#
3# /usr/bin/gtk-register: register input modules and gdk-pixbuf loaders
4#
5
6/usr/bin/gtk-query-immodules-2.0 > /usr/etc/gtk-2.0/gtk.immodules
7/usr/bin/gdk-pixbuf-query-loaders > /usr/etc/gtk-2.0/gdk-pixbuf.loaders
8
9# End of file