Changeset 1216

Show
Ignore:
Timestamp:
03/29/05 20:45:09 (4 years ago)
Author:
benjamin
Message:

Correction : alternc.conf & local.sh ne sont pas executables ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/postinst

    r1211 r1216  
    2929       QUIT=1 
    3030    fi 
    31     if [ ! -x /etc/alternc/local.sh ] 
     31    if [ ! -f /etc/alternc/local.sh ] 
    3232    then 
    3333       QUIT=1 
  • trunk/debian/preinst

    r1151 r1216  
    22 
    33# Check that AlternC is properly installed/configured 
    4 if [ -x /etc/alternc/local.sh ] 
     4if [ -f /etc/alternc/local.sh ] 
    55then 
    66    exit 0