summaryrefslogtreecommitdiff
path: root/inputmethod/uim/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/uim/INSTALL')
-rw-r--r--inputmethod/uim/INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/inputmethod/uim/INSTALL b/inputmethod/uim/INSTALL
deleted file mode 100644
index b1b5dd67ddb..00000000000
--- a/inputmethod/uim/INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: INSTALL,v 1.1 2014/01/20 13:26:54 ryoon Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- cd ${PREFIX}/share/uim/pkgsrc
- for m in *
- do ${PREFIX}/bin/uim-module-manager --register ${m}
- done
- ;;
-esac