#!/bin/sh for dir in /usr/lib/gtk-4.0/4.0.0/*/; do [ -d "$dir" ] || continue gio-querymodules "$dir" done