summarylogtreecommitdiffstats
path: root/desmume.install
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:29:22 +0200
committerJorge Barroso2015-06-15 21:29:22 +0200
commit91e2365a8a8ef28c79f050e998ce2f44229c947c (patch)
treecca369dfc463e325f57fff2bd577332028921c96 /desmume.install
downloadaur-91e2365a8a8ef28c79f050e998ce2f44229c947c.tar.gz
Initial import
Diffstat (limited to 'desmume.install')
-rw-r--r--desmume.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/desmume.install b/desmume.install
new file mode 100644
index 000000000000..501af8a158b3
--- /dev/null
+++ b/desmume.install
@@ -0,0 +1,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
+}