#!/bin/sh set -e # N4D module must be enabled to make more easier # the installation process #n4d-modules enable-plugin /etc/n4d/conf.d/lliurex-mirror-non-gtk_conf # If in the upgrade the cname is not available.... make it! if dpkg --compare-versions "$2" lt 22.9 ;then n4d-client -r -m load_exports -c LliurexMirror || true fi #DEBHELPER# exit 0