summarylogtreecommitdiffstats
path: root/citra.install
blob: a1f7636734d769c6c198b6bca1d8d57d7e7beda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	[ -x usr/bin/update-desktop-database ] && update-desktop-database -q
	[ -x usr/bin/update-mime-database ] && update-mime-database usr/share/mime
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}