blob: 6fe3af95e9a85f9fb94b06bcd3d3c6e869f7537e (
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
}
|