summarylogtreecommitdiffstats
path: root/ices0.install
blob: 587406f772306c1f15bd0e3eac9745be59430f5c (plain)
1
2
3
4
5
6
7
8
post_install(){
 echo "To avoid conflict with ices2, ices binary has been renamed to ices0 (so as man page)
and sample config files have been installed in /usr/share/ices0/."
}

post_upgrade(){
 post_install $1
}