plasma-mobile-arch/danctnix-plasma-desktop-settings/danctnix-plasma-desktop-settings.install

10 lines
167 B
Text
Raw Permalink Normal View History

2024-08-09 15:36:42 +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
}