summarylogtreecommitdiffstats
path: root/pokeshell.install
blob: a8fb59a0e3d50998df51f635ef6a97cf18d496aa (plain)
1
2
3
4
5
6
7
8
9
10
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"
}