#!/bin/sh
for updater in /usr/bin/update-pango-querymodules-*; do
	$updater
done