summarylogtreecommitdiffstats
path: root/freegish.install
blob: 7f4b3bcaa77a64e37e6426043cc06eeab5fd516f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
cat << _EOF
If you own original assets from purchased version,
copy the following directories into /usr/share/freegish:
 * animation
 * level
 * music
 * sound
 * texture
 * tile01 ... tile07
_EOF
}

post_upgrade() {
	post_install
}

op=$1
shift
$op $*