summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-dict/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/sj3-dict/INSTALL')
-rw-r--r--inputmethod/sj3-dict/INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/inputmethod/sj3-dict/INSTALL b/inputmethod/sj3-dict/INSTALL
deleted file mode 100644
index 5cdccc89f20..00000000000
--- a/inputmethod/sj3-dict/INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-case $2 in
- POST-INSTALL)
- dic="${PKG_PREFIX}/sj3/user"
- mkdir -p $dic
- chmod 755 $dic
- chown @SJ3OWNER@:@SJ3GROUP@ $dic
- ;;
-esac