summarylogtreecommitdiffstats
path: root/ices0.install
diff options
context:
space:
mode:
Diffstat (limited to 'ices0.install')
-rw-r--r--ices0.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/ices0.install b/ices0.install
index 587406f77230..b873fa1afec3 100644
--- a/ices0.install
+++ b/ices0.install
@@ -1,8 +1,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/."
-}
+ 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/
-post_upgrade(){
- post_install $1
+INFO
}