summarylogtreecommitdiffstats
path: root/natron.install
blob: 15ef3f13b2953ea5fc70cb7eb0926d0c70d1a44e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	update-mime-database /usr/share/mime
	update-desktop-database /usr/share/applications
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}