summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2015-12-23 20:22:50 +0100
committerRicardo (XenGi) Band2015-12-23 20:22:50 +0100
commitefbe8ecf45286098e30ee3d9c9bcc7c18dee8786 (patch)
tree98bcb9b902a9bb68f0e0cd692094b72919c330ed
parentb9a8f81bfeb82a41b2c16879e1b706ff84036a39 (diff)
downloadaur-efbe8ecf45286098e30ee3d9c9bcc7c18dee8786.tar.gz
pokeshell.install added
-rw-r--r--pokeshell.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pokeshell.install b/pokeshell.install
new file mode 100644
index 000000000000..a8fb59a0e3d5
--- /dev/null
+++ b/pokeshell.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "put something like this at the end of your ~/.bashrc to get a random pokemon on every bash launch:"
+ echo ""
+ echo "cat /usr/share/pokeshell/\$((\$RANDOM % 151 + 1)).pokemon"
+}
+
+post_upgrade() {
+ echo "put something like this at the end of your ~/.bashrc to get a random pokemon on every bash launch:"
+ echo ""
+ echo "cat /usr/share/pokeshell/\$((\$RANDOM % 151 + 1)).pokemon"
+}