2f1fdc Remove prepare_getLinkName.sh file from centos-art.sh script.

Authored and Committed by Alain Reguera Delgado 10 years ago
    Remove prepare_getLinkName.sh file from centos-art.sh script.
    
    - Production tasks are programmed inside render module's environment.
    
      TIP: Instead of using symbolic link to connect files between the
      repository and the GIMP's default search path, use symbolic links to
      connect directories. For example, instead of using:
    
        ~/.gimp-${VERSION}/Brushes/corporate-identity.gbr
    
      Use
    
        ~/gimp-${VERSION}/Brushes/Corporate
    
      In this example, Corporate is a link to the directory structure
      inside the repository where GIMP's brushes are stored in.