summarylogtreecommitdiffstats
path: root/vital-synth.install
blob: a9ee528125b10d60b68b04f5bc6b7d0e3d41dfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	if [ -f usr/bin/update-mime-database ]; then
		update-mime-database usr/share/mime &> /dev/null
	fi
}

post_upgrade() {
	post_install
}

post_remove() {
	if [ -f usr/bin/update-mime-database ]; then update-mime-database usr/share/mime &> /dev/null ; fi
}