summarylogtreecommitdiffstats
path: root/desmume.install
blob: 501af8a158b3b1777ceaad7db364e764ad89cae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install
	echo " ";
	echo -e "\033[1;33m==>\033[1;31m Jit is now disabled, to enable use "--cpu-mode=1" or install desmume-jit-svn\033[0m";
	echo " ";
}

post_remove() {
  post_install
}