blob: 209c89a32ce21a1d8869f19fead2cc349f734794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo "Kolossus will be installed in ~/.local/share when launched."
}
post_upgrade() {
echo "It is possible that Kolossus-Launcher will re-download IFSCL."
}
post_remove() {
echo "The game is copied to ~/.local/share/Kolossus-Launcher"
echo "Delete this folder for some free space if you want."
}
|