File Manager
Current Path : /var/lib/dpkg/info/ |
|
Current File : //var/lib/dpkg/info/mecab-ipadic-utf8.prerm |
#! /bin/sh
# prerm script for mecab-ipadic-utf8
#
# see: dh_installdeb(1)
set -e
case "$1" in
remove|upgrade|deconfigure)
rm -f /var/lib/mecab/dic/ipadic-utf8/*
;;
esac
case "$1" in
remove)
update-alternatives --remove mecab-dictionary /var/lib/mecab/dic/ipadic-utf8
;;
upgrade|deconfigure|failed-upgrade)
;;
*)
echo "prerm called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com