perl-5.22
Last change
on this file since 51c3d1a 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 | |
---|
6 | if [ -x /usr/bin/update-gtk-immodules-2.0 ]; then |
---|
7 | /usr/bin/update-gtk-immodules-2.0 $* |
---|
8 | fi |
---|
9 | if [ -x /usr/bin/update-gtk-immodules-3.0 ]; then |
---|
10 | /usr/bin/update-gtk-immodules-3.0 $* |
---|
11 | fi |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.