AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.222.118.236


Current Path : /var/lib/dpkg/info/
Upload File :
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