phosh-arch/danctnix-phosh-settings/danctnix-phosh-settings.install
2024-08-13 08:17:11 -07:00

10 lines
167 B
Text

post_install() {
dconf update
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
dconf update
glib-compile-schemas /usr/share/glib-2.0/schemas
}