From 638bdd19ba468f3d58f08b8047bceb7b94c72aef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 22 Aug 2021 14:26:49 +0200 Subject: [PATCH] Fix imagemagick removal --- scripts/remove | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 4086ae0..ab3109a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -77,9 +77,8 @@ ynh_setup_source --dest_dir="$final_path/build-imagemagick/" --source_id="imagem # Install ImageMagick pushd "$final_path/build-imagemagick/" - ./configure - make uninstall - ldconfig /usr/local/lib + ynh_exec_warn_less ./configure + ynh_exec_warn_less make uninstall popd ynh_secure_remove --file="$final_path/build-imagemagick"