spiegel-keyman/linux/keyman-config/debian/keyman.postinst
2020-02-18 14:36:52 +07:00

11 lines
166 B
Bash
Executable file

#!/bin/bash
set -e
# Update the dconf schema
dconf update
echo "postinst called to compile glib schemas"
glib-compile-schemas /usr/share/glib-2.0/schemas/
exit 0