summarylogtreecommitdiffstats
path: root/mint-sounds.install
blob: ae5431263403abfa926008ed31acf2fab003ae98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_update() {
	glib-compile-schemas '/usr/share/glib-2.0/schemas/'
}

post_install() {
	_update
}

post_upgrade() {
	_update
}

post_remove() {
	_update
}