aboutsummaryrefslogtreecommitdiff
path: root/japanese/canna-lib/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/canna-lib/pkg-install')
-rw-r--r--japanese/canna-lib/pkg-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/japanese/canna-lib/pkg-install b/japanese/canna-lib/pkg-install
deleted file mode 100644
index df6e13e689fd..000000000000
--- a/japanese/canna-lib/pkg-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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 ;
- echo " canna 5680/tcp" ;
- echo )