source: npl/X/gtk+2/update-gtk-immodules @ 7c410f9

Last change on this file since 7c410f9 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 339 bytes
Line 
1#! /bin/sh
2#
3# This is a wrapper script that calls update-gtk-immodules-2.0 (GTK+2)
4# and/or update-gtk-immodules-3.0 (GTK+3) to do the actual updating.
5
6if [ -x /usr/bin/update-gtk-immodules-2.0 ]; then
7  /usr/bin/update-gtk-immodules-2.0 $*
8fi
9if [ -x /usr/bin/update-gtk-immodules-3.0 ]; then
10  /usr/bin/update-gtk-immodules-3.0 $*
11fi
12
Note: See TracBrowser for help on using the repository browser.