updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / intensityengine-git / intensityengine.install
blobba27671ace5e204c5ad02c39fc0958de25370569
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 Note:
5 ==> Please, read the README.txt file in /usr/share/doc/intensityengine/ first.
6 ==> Start scripts are in /usr/share/games/intensityengine/
7 ==> 
8 ==> You should have an "Intensity (client)" entry in your menu.
9 ==> If not, just run:
10 ==> /usr/bin/intensity
11 EOF
14 # arg 1:  the new package version
15 # arg 2:  the old package version
16 post_upgrade() {
17   post_install $1
20 op=$1
21 shift
22 $op $*