From 845c7f292dc13e71f706f47e318a49ced0ec293b Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Wed, 7 Dec 2016 15:06:06 +0100 Subject: [PATCH] correct postint script --- simple-cdd/profiles/trc6500.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-cdd/profiles/trc6500.postinst b/simple-cdd/profiles/trc6500.postinst index 43bb178..9493769 100755 --- a/simple-cdd/profiles/trc6500.postinst +++ b/simple-cdd/profiles/trc6500.postinst @@ -28,7 +28,7 @@ echo 'Key added' echo 'Removing exim packages...' dpkg -l | awk '/exim/ {print $2}' | xargs dpkg --remove bsd-mailx find /media/cdrom0 -name libgnutls-openssl\*_\* -o -name ssmtp_\* -o -name bsd-mailx_\* | xargs dpkg --install -echo 'Exim remove +echo 'Exim remove' # our interfaces file gets written over for some reason, we'll copy it and restore it on first boot # note : after install, we'll be executing our own rc.local on first boot -- 2.30.2