phosh-arch/danctnix-phosh-settings/danctnix-phosh-settings.install

10 lines
167 B
Text
Raw Permalink Normal View History

2024-08-13 17:17:11 +02:00
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
}