summarylogtreecommitdiffstats
path: root/gsettings-desktop-schemas.install
blob: 3830fd4bf483bfc9087a45df98bde7e58e38fd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	echo "Recompiling schemas."
	glib-compile-schemas /usr/share/glib-2.0/schemas
}

post_upgrade() {
	echo "Recompiling schemas."
	glib-compile-schemas /usr/share/glib-2.0/schemas
}

post_remove() {
	echo "Recompiling schemas."
	glib-compile-schemas /usr/share/glib-2.0/schemas
}