Changeset 1448 for trunk/debian/postinst


Ignore:
Timestamp:
05/20/04 11:13:31 (9 years ago)
Author:
benjamin
Message:

ajout du check pour /etc/alternc/local.sh
ajout du cron.d en conffile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postinst

    r1447 r1448  
    77. /usr/share/debconf/confmodule 
    88# Uses AlternC.conf 
    9 . /usr/alternc/local.sh 
     9if [ -x /etc/alternc/local.sh ]  
     10then 
     11    . /etc/alternc/local.sh 
     12fi 
    1013 
    1114case "$1" in 
     
    2023     
    2124    # Finally, add this module to the AlternC's menu :  
    22     if [ -z `grep menu_stats.php /var/alternc/bureau/admin/menulist.txt` ] then 
     25    if [ -z `grep menu_stats.php /var/alternc/bureau/admin/menulist.txt` ]  
     26    then 
    2327        echo "menu_stats.php" >>/var/alternc/bureau/admin/menulist.txt 
    2428    fi 
Note: See TracChangeset for help on using the changeset viewer.