spiegel-keyman/linux/keyman-config/debian/keyman.postinst
2021-01-07 17:41:01 +01:00

16 lines
284 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/
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0