blob: a4519683dfb0c764eae775643d58f75c3e8354ed (
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)"
echo "and sample config files have been installed in /usr/share/ices0."
}
post_upgrade() {
post_install $1
}
|