diff options
-rw-r--r-- | inputmethod/uim-mozc/DEINSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-mozc/DEINSTALL b/inputmethod/uim-mozc/DEINSTALL index 1dae9765cf7..bd169f53c7e 100644 --- a/inputmethod/uim-mozc/DEINSTALL +++ b/inputmethod/uim-mozc/DEINSTALL @@ -1,6 +1,6 @@ -# $NetBSD: DEINSTALL,v 1.1 2014/01/20 10:45:57 ryoon Exp $ +# $NetBSD: DEINSTALL,v 1.2 2014/01/20 12:32:49 ryoon Exp $ case ${STAGE} in -POST-INSTALL) +POST-DEINSTALL) ${PREFIX}/bin/uim-module-manager --unregister mozc ;; esac |