summarylogtreecommitdiffstats
path: root/carnagecontest.install
blob: cfb65ccceab58814b944fd3a2d066afe2756f96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
    red='\033[1;31m'
    blue='\033[1;34m'
    stp='\033[0m'

    echo " ";  
    echo -e "$red==>   $blue Download new weapons and stuff from the community:$stp";
    echo -e "$red==>   $blue http://www.unrealsoftware.de/files.php?g=6&lan=2$stp";
    echo " "; 
}

post_upgrade() {
    red='\033[1;31m'
    blue='\033[1;34m'
    stp='\033[0m'

    echo " ";  
    echo -e "$red==>   $blue Download new weapons and stuff from the community:$stp";
    echo -e "$red==>   $blue http://www.unrealsoftware.de/files.php?g=6&lan=2$stp";
    echo " "; 
}