aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/Canna/pkg-install1
-rw-r--r--japanese/canna-lib/pkg-install1
-rw-r--r--japanese/canna-server/pkg-install1
3 files changed, 3 insertions, 0 deletions
diff --git a/japanese/Canna/pkg-install b/japanese/Canna/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/Canna/pkg-install
+++ b/japanese/Canna/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;
diff --git a/japanese/canna-lib/pkg-install b/japanese/canna-lib/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/canna-lib/pkg-install
+++ b/japanese/canna-lib/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;
diff --git a/japanese/canna-server/pkg-install b/japanese/canna-server/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/canna-server/pkg-install
+++ b/japanese/canna-server/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;