Show
Ignore:
Timestamp:
05/07/08 17:38:25 (4 months ago)
Author:
gonzalo
Message:

WinRAR

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/winrar/overlay-dir/PBI.SetupScript.sh

    r1661 r1870  
    1616######################################### 
    1717ln -s /Programs/${PROGDIR}/.sbin/winrar /usr/local/bin/winrar 
     18ln -s /Programs/${PROGDIR}/.sbin/winepath /usr/local/bin/winrarpath 
    1819chmod -R 777 /Programs/${PROGDIR}/WINRAR 
    1920chmod +x /Programs/${PROGDIR}/bin/winrar 
    2021USER=`who | grep :0 | cut -f 1 -d " "` 
    2122chown ${USER} /Programs/${PROGDIR}/WINRAR 
     23#copy the new winrar.desktop entry to all users 
     24  cd /home 
     25  for i in `ls` 
     26  do 
     27    ln -s /Programs/${PROGDIR}/winrar.desktop  /home/${i}/.kde/share/apps/konqueror/servicemenus/ 
     28  done 
    2229echo "LAUNCHCLOSE: /usr/local/bin/winrar"