-Ajout repertoire fcron.d pour stocker les crontab
[hvlinux.git] / stage5 / post-install
index e76a0a7..92fa4b4 100755 (executable)
@@ -1,12 +1,9 @@
-#!/bin/sh
-set -o errexit
-
-# First argument of this script is the package name.
+#!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+source ../config/packages-list
 
 if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then