Show
Ignore:
Timestamp:
12/13/07 16:13:51 (12 months ago)
Author:
gonzalo
Message:

lang files now will be removed.

Files:
1 modified

Legend:

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

    r1020 r1022  
    8181rm -fR /usr/local/share/services/kontact/basket_v4.desktop 
    8282 
     83# Remove the old locale files since we are uninstalling 
     84LANGFILE="basket.mo" 
     85cd /Programs/${PROGDIR}/locale 
     86for i in `ls` 
     87do 
     88  rm /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} 
     89done