Changeset 1058


Ignore:
Timestamp:
03/06/05 11:49:51 (8 years ago)
Author:
benjamin
Message:

Correction du source de alternc/local.sh, ca bugguait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postinst

    r1049 r1058  
    1 #!/bin/sh -e 
     1man t#!/bin/sh -e 
    22 
    33# Debian alternc-awstats postinst 
     
    3131. /usr/share/debconf/confmodule 
    3232# Uses AlternC.conf 
    33 if [ -x /etc/alternc/local.sh ]  
     33if [ -e /etc/alternc/local.sh ]  
    3434then 
    3535    . /etc/alternc/local.sh 
Note: See TracChangeset for help on using the changeset viewer.