summarylogtreecommitdiffstats
path: root/chibitracker-git.install
blob: ce72ae1af8a97d87040c248506d5242a1a9cfb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
post_install() {
cat << EOF
=====================================================================
Chibitracker comes with skins in /usr/share/chibitracker
They are: Chibiness, FastBlue, Impulsive, and Oldie90s

To use these skins, please copy and extra the skins to ~/.chibi/skins
Each skin must be in its own directory
Ex: ~/.chibi/skins/impulsive
=====================================================================
EOF
}

post_upgrade() {
cat << EOF
=====================================================================
Chibitracker comes with skins in /usr/share/chibitracker
They are: Chibiness, FastBlue, Impulsive, and Oldie90s

To use these skins, please copy and extra the skins to ~/.chibi/skins
Each skin must be in its own directory
Ex: ~/.chibi/skins/impulsive
=====================================================================
EOF
}

post_remove() {
cat << EOF
==================================================
To remove chibitracker local data, delete ~/.chibi
==================================================
EOF
}