plasma-mobile-arch/danctnix-plasma-desktop-settings/danctnix-plasma-desktop-settings.install
2024-08-09 06:36:42 -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
}