summarylogtreecommitdiffstats
path: root/birdfont.install
blob: da52f423e1344afa905100076a043dfd00d1c6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_update() {
	gtk-update-icon-cache
	update-desktop-database -q
	update-mime-database /usr/share/mime
}

post_install() {
	_update
}

post_upgrade() {
	_update
}

post_remove() {
	_update
}