#!/bin/sh set -e SCR_DIR="/usr/share/lliurex/ubiquity-postconfig" if [ -d "$SCR_DIR" ] ; then run-parts "$SCR_DIR" || true fi exit 0