summarylogtreecommitdiffstats
path: root/uim-mozc.install
diff options
context:
space:
mode:
Diffstat (limited to 'uim-mozc.install')
-rwxr-xr-xuim-mozc.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/uim-mozc.install b/uim-mozc.install
deleted file mode 100755
index 586121d9a1af..000000000000
--- a/uim-mozc.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- echo -n "Registering mozc on uim..."
- uim-module-manager --register mozc
- [[ $? != 0 ]] && echo "Failed." || echo "Done."
-
- cat << _EOF
- ==> You must run the following command to use mozc
- ==> whenever you upgrade or (re-)install uim.
-
- \`sudo uim-module-manager --register mozc'
-
-_EOF
-}
-
-post_remove() {
- echo -n "Unregistering mozc from uim..."
- uim-module-manager --unregister mozc
- [[ $? != 0 ]] && echo "Failed." || echo "Done."
-}