Changeset 100 for nutchez-0.1/debian
- Timestamp:
- Jul 10, 2009, 2:53:11 PM (15 years ago)
- Location:
- nutchez-0.1/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/debian/changelog
r94 r100 1 nutchez (0.1- 2) unstable; urgency=low1 nutchez (0.1-3) unstable; urgency=low 2 2 3 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> 3 * Initial release (Closes: #4) <nnnn is the bug number of your ITP> 4 * 4 5 * 5 6 6 -- Wei-Yu Chen <waue0920@gmail.com> Tue, 07 Jul 2009 11:22:46+08007 -- Wei-Yu Chen <waue0920@gmail.com> Fri, 10 Jul 2009 14:34:53 +0800 -
nutchez-0.1/debian/nutchez.install
r94 r100 2 2 sav etc/nutch 3 3 README* etc/nutch 4 bin opt/nutch 5 lib opt/nutch 6 tomcat opt/nutch 7 plugins opt/nutch 8 *.jar opt/nutch 9 *.job opt/nutch 10 *.xml opt/nutch 11 default.properties opt/nutch 4 bin opt/nutchez/nutch 5 lib opt/nutchez/nutch 6 tomcat opt/nutchez 7 plugins opt/nutchez/nutch 8 *.jar opt/nutchez/nutch 9 *.job opt/nutchez/nutch 10 *.xml opt/nutchez/nutch 11 default.properties opt/nutchez/nutch -
nutchez-0.1/debian/nutchez.links
r66 r100 1 etc/nutch opt/nutch /conf1 etc/nutch opt/nutchez/nutch/conf -
nutchez-0.1/debian/nutchez.postinst
r94 r100 8 8 fi 9 9 10 ln -sf /opt/nutch /bin/nutchez /usr/sbin/11 ln -sf /opt/nutch/bin/nutchez-func.sh /usr/sbin/ 10 ln -sf /opt/nutchez/nutch/bin/nutchez /usr/bin/ 11 chmod 777 /opt/nutchez 12 12 13 13 show_message(){ -
nutchez-0.1/debian/nutchez.postrm
r94 r100 11 11 #fi 12 12 13 for i in `sudo find /home/ -name ".nutchez"`; do14 if [ -d $i ];then15 echo "delete this dir : $i"16 rm -r $i17 fi18 done13 #for i in `sudo find /home/ -name ".nutchez"`; do 14 # if [ -d $i ];then 15 # echo "delete this dir : $i" 16 # rm -r $i 17 # fi 18 #done 19 19 20 rm -f /usr/ sbin/nutchez*20 rm -f /usr/bin/nutchez 21 21 22 22 rm -rf /tmp/search
Note: See TracChangeset
for help on using the changeset viewer.