mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
if [ -x usr/bin/update-gtk-immodules ]; then
|
||
|
chroot . /usr/bin/update-gtk-immodules --verbose 1>/dev/null
|
||
|
fi
|
||
|
|