blob: b873fa1afec3c62576601e34a209b82fb1ddeb0e (
plain)
1
2
3
4
5
6
7
8
|
post_install(){
cat <<INFO
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/
INFO
}
|