Alternc  latest
Alternc logiel libre pour l'hébergement
alternc-awstats.preinst
Go to the documentation of this file.
1 #!/bin/sh -e
2 
3 # Check that AlternC is properly installed AND configured
4 if [ -f /etc/alternc/local.sh ]
5 then
6  exit 0
7 else
8  # Source debconf library.
9  . /usr/share/debconf/confmodule
10  db_version 2.0
11  db_title AlternC-Awstats
12  db_go
13  exit 1
14 fi
15 
16 #DEBHELPER#