mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +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
|
||
|
|