diff options
author | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
commit | 7e9524f1017cb18948282b999e45c15b8b9e6dee (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /japanese/namazu2/DEINSTALL | |
parent | 41c8c3cd74ce618106e762374834328ba0c18a8c (diff) | |
download | pkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'japanese/namazu2/DEINSTALL')
-rw-r--r-- | japanese/namazu2/DEINSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/namazu2/DEINSTALL b/japanese/namazu2/DEINSTALL new file mode 100644 index 00000000000..701bb4e80a1 --- /dev/null +++ b/japanese/namazu2/DEINSTALL @@ -0,0 +1,18 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:29:26 zuntum Exp $ +# + +case "$2" in + DEINSTALL) cat <<EOF + +============================================================= +Note that namazu configuration (@CONFDIR@/*), index +files (@DATADIR@/*) are not removed in the +de-installation process. You should remove those by hand, +if you no longer need them. +============================================================= + +EOF + ;; +esac |