summarylogtreecommitdiffstats
path: root/dasom-qt-git.install
blob: 5d540959432e3223e813172613ed63b100795590 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "Compiling schemas..."
	/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
}

post_upgrade() {
	post_install $1
}