blob: 6c1ca0cbe137a520f942b84a3150288585482974 (
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
|
post_install() {
echo ""
echo " ***************************************************************************************"
echo " If you have access to a copy of the game (either by CD or through Steam),"
echo " you can copy the *.gro files to the /usr/share/serioussam directory."
echo " for the game Serious Sam Classic The First Encounter and copy the *.gro files "
echo " to the /usr/share/serioussamse directory. for Second Encounter"
echo " ***************************************************************************************"
echo " Copy all *.gro files and Help folder from the game directory to serioussam directory."
echo " At the current time the files are:"
echo " - Help (folder)"
echo " - Levels (folder)"
echo " - 1_00_ExtraTools.gro"
echo " - 1_00_music.gro"
echo " - 1_00c.gro"
echo " - 1_00c_scripts.gro"
echo " - 1_04_patch.gro"
echo " ***************************************************************************************"
echo " Copy all *.gro files and Help folder from the game directory to serioussamse directory."
echo " At the current time the files are:"
echo " - Help (folder)"
echo " - SE1_00.gro"
echo " - SE1_00_Extra.gro"
echo " - SE1_00_ExtraTools.gro"
echo " - SE1_00_Levels.gro"
echo " - SE1_00.gro"
echo " - SE1_00_Music.gro"
echo " - 1_04_patch.gro"
echo " - 1_07_patch.gro"
echo " ***************************************************************************************"
echo ""
}
|