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

post_upgrade() {
	post_install
}