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.RemoveScript.sh

    r1661 r1870  
    88######################################### 
    99rm -fR /usr/local/bin/winrar 
     10rm -fR /usr/local/bin/winrarpath 
     11#remove the new winrar.desktop entry to all users 
     12  cd /home 
     13  for i in `ls` 
     14  do 
     15    rm -fR /home/${i}/.kde/share/apps/konqueror/servicemenus/winrar.desktop 
     16done