Show
Ignore:
Timestamp:
12/27/07 06:44:08 (11 months ago)
Author:
kris
Message:

Fixed up some more startup bugs with KMLDonkey PBI

Location:
pbibuild/modules/kmldonkey
Files:
2 added
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/kmldonkey/overlay-dir/PBI.RemoveScript.sh

    r1065 r1066  
    88######################################### 
    99rm -fR /usr/local/bin/kmldonkey 
    10 rm -fR /usr/local/bin/kmldonkey_submit 
     10rm -fR /usr/local/bin/mlnet 
     11rm -fR /usr/local/bin/mlnet-real 
    1112rm -fR /usr/local/include/kmldonkey 
    1213rm -fR /usr/local/lib/libkmldonkey.a 
     
    8384then 
    8485 # Ask if we want to remove the user profiles 
    85  kdialog --yesno "Do you want to remove KMLDonkey user settings and temporal files?" --title "Remove user settings" 
     86 kdialog --yesno "Do you want to remove KMLDonkey user settings and temp files?" --title "Remove user settings" 
    8687 if [ "$?" = "0" ] 
    8788 then 
  • pbibuild/modules/kmldonkey/overlay-dir/PBI.SetupScript.sh

    r1064 r1066  
    1717 
    1818ln -s /Programs/${PROGDIR}/.sbin/kmldonkey /usr/local/bin/kmldonkey 
    19 ln -s /Programs/${PROGDIR}/.sbin/kmldonkey_submit /usr/local/bin/kmldonkey_submit 
    2019###mldonkey 
    21 ln -s /Programs/${PROGDIR}/.sbin/mld_hash /usr/local/bin/mld_hash 
    22 ln -s /Programs/${PROGDIR}/.sbin/mldonkey_previewer /usr/local/bin/mldonkey_previewer 
    23 ln -s /Programs/${PROGDIR}/.sbin/mlgui /usr/local/bin/mlgui 
    24 ln -s /Programs/${PROGDIR}/.sbin/mlguistarter /usr/local/bin/mlguistarter 
    2520ln -s /Programs/${PROGDIR}/.sbin/mlnet /usr/local/bin/mlnet 
    26 ln -s /Programs/${PROGDIR}/.sbin/mlnet+gui /usr/local/bin/mlnet+gui 
    2721ln -s /Programs/${PROGDIR}/.sbin/mlnet-real /usr/local/bin/mlnet-real 
    2822ln -s /Programs/${PROGDIR}/etc/rc.d/mlnet /usr/local/etc/rc.d/mlnet