Show
Ignore:
Timestamp:
01/17/08 14:49:30 (10 months ago)
Author:
gonzalo
Message:

DOSBox problem with Uninstall feature

Location:
pbibuild/modules/dosbox
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/dosbox/dirstatus

    r1155 r1208  
    1 Inactive 
     1In Progress 
  • pbibuild/modules/dosbox/kmenu-dir/dosbox

    r1180 r1208  
    11ExePath: bin/dosbox 
    22ExeIcon: share/pixmaps/dosbox.png 
    3 ExeDescr: DOSBox (Emulator) 
     3ExeDescr: DOSBox 
    44ExeNoDesktop: 0 
    55ExeNoMenu: 0 
  • pbibuild/modules/dosbox/overlay-dir/PBI.RemoveScript.sh

    r1147 r1208  
    1010rm -fR /usr/local/man/man1/dosbox.1.gz 
    1111rm -fR /usr/local/share/doc/dosbox 
    12  
    13 if [ ! -z "$DISPLAY" ] 
    14 then 
    15  # Ask if we want to remove the user profiles 
    16  kdialog --yesno "Do you want to remove DOSBox user settings?" --title "Remove user settings" 
    17  if [ "$?" = "0" ] 
    18  then 
    19   cd /home 
    20   for i in `ls` 
    21   do 
    22    if [ -e "/home/${i}/.dosbox" ] 
    23    then 
    24     rm -rf /home/${i}/.dosbox 
    25    fi 
    26   done 
    27  fi 
    28 fi 
    29  
  • pbibuild/modules/dosbox/pbi.conf

    r1189 r1208  
    3333# Build Key - Change this to anything else to trigger a rebuild  
    3434#           - The rebuild will take place even if port is still the same ver 
    35 BUILDKEY="05" 
     35BUILDKEY="06" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY