Index: nutchez-0.1/debian/changelog
===================================================================
--- nutchez-0.1/debian/changelog	(revision 94)
+++ nutchez-0.1/debian/changelog	(revision 100)
@@ -1,6 +1,7 @@
-nutchez (0.1-2) unstable; urgency=low
+nutchez (0.1-3) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #4)  <nnnn is the bug number of your ITP>
+  *
   * 
 
- -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 07 Jul 2009 11:22:46 +0800
+ -- Wei-Yu Chen <waue0920@gmail.com>  Fri, 10 Jul 2009 14:34:53 +0800
Index: nutchez-0.1/debian/nutchez.install
===================================================================
--- nutchez-0.1/debian/nutchez.install	(revision 94)
+++ nutchez-0.1/debian/nutchez.install	(revision 100)
@@ -2,10 +2,10 @@
 sav		etc/nutch
 README*		etc/nutch
-bin		opt/nutch
-lib		opt/nutch
-tomcat		opt/nutch
-plugins		opt/nutch
-*.jar		opt/nutch
-*.job		opt/nutch
-*.xml		opt/nutch
-default.properties	opt/nutch
+bin		opt/nutchez/nutch
+lib		opt/nutchez/nutch
+tomcat		opt/nutchez
+plugins		opt/nutchez/nutch
+*.jar		opt/nutchez/nutch
+*.job		opt/nutchez/nutch
+*.xml		opt/nutchez/nutch
+default.properties	opt/nutchez/nutch
Index: nutchez-0.1/debian/nutchez.links
===================================================================
--- nutchez-0.1/debian/nutchez.links	(revision 94)
+++ nutchez-0.1/debian/nutchez.links	(revision 100)
@@ -1,1 +1,1 @@
-etc/nutch  opt/nutch/conf
+etc/nutch  opt/nutchez/nutch/conf
Index: nutchez-0.1/debian/nutchez.postinst
===================================================================
--- nutchez-0.1/debian/nutchez.postinst	(revision 94)
+++ nutchez-0.1/debian/nutchez.postinst	(revision 100)
@@ -8,6 +8,6 @@
 fi
 
-ln -sf /opt/nutch/bin/nutchez /usr/sbin/
-ln -sf /opt/nutch/bin/nutchez-func.sh /usr/sbin/
+ln -sf /opt/nutchez/nutch/bin/nutchez /usr/bin/
+chmod 777 /opt/nutchez
 
 show_message(){
Index: nutchez-0.1/debian/nutchez.postrm
===================================================================
--- nutchez-0.1/debian/nutchez.postrm	(revision 94)
+++ nutchez-0.1/debian/nutchez.postrm	(revision 100)
@@ -11,12 +11,12 @@
 #fi
 
-for i in `sudo find /home/ -name ".nutchez"`; do
-  if [ -d $i ];then
-    echo "delete this dir :  $i"
-    rm -r $i
-  fi
-done
+#for i in `sudo find /home/ -name ".nutchez"`; do
+#  if [ -d $i ];then
+#    echo "delete this dir :  $i"
+#    rm -r $i
+#  fi
+#done
 
-rm -f /usr/sbin/nutchez*
+rm -f /usr/bin/nutchez
 
 rm -rf /tmp/search
