aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWyRe2016-07-25 23:08:09 +0200
committerWyRe2016-07-25 23:08:09 +0200
commitb6dbc787e2598e9b3cc3a0bf3c17b3e658f97385 (patch)
tree4e0f1f2f2ba22f4c4f6af9f0ea69a84ba0c71fbc
parent9e95da8ea696587bd52239ecf00c87ce068cd9fe (diff)
downloadaur-b6dbc787e2598e9b3cc3a0bf3c17b3e658f97385.tar.gz
.install improvements
-rw-r--r--pokemmo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/pokemmo.install b/pokemmo.install
index a01b2624463a..26718c93fa98 100644
--- a/pokemmo.install
+++ b/pokemmo.install
@@ -6,3 +6,11 @@ post_install(){
echo "using this software. The terms of service and licensing information may be"
echo "here: http://pokemmo.eu/tos/"
}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "You may remove leftover config and data files from '~/.pokemmo'."
+}