summarylogtreecommitdiffstats
path: root/gnome-menu-editor-qt.install
blob: b158fbd6e8eaee7f3fd24b570294bcd9a7205ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo ">>> Updating MIME database."
	update-mime-database /usr/share/mime 
}

post_upgrade(){
	if [[ $(echo $2 | grep "0.0") ]]
	then
		post_install
	fi
}