diff --git a/conf/pict-rs.src b/conf/pict-rs.src index 2a28a4d..b7d8ce6 100644 --- a/conf/pict-rs.src +++ b/conf/pict-rs.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git.asonix.dog/asonix/pict-rs/archive/v0.3.0-beta.12-r1.tar.gz -SOURCE_SUM=63eb0c0c9038e200dbcd3f708cbc29ba1761e7af789efa3ab84cc2709c14cba6 +SOURCE_URL=https://git.asonix.dog/asonix/pict-rs/archive/v0.3.0-beta.19.tar.gz +SOURCE_SUM=0c53ba162c999375e9688024ffc77b783a0cc07c4928d44d753b052c09995bba SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/install b/scripts/install index 090d481..5f924c9 100755 --- a/scripts/install +++ b/scripts/install @@ -204,6 +204,8 @@ rsync -a "$final_path/build-iframely/output/iframely/" "$final_path/iframely/" ynh_secure_remove --file="$final_path/build-iframely" ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies +ynh_package_autoremove + chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:$app "$final_path" diff --git a/scripts/restore b/scripts/restore index a210a43..7968862 100755 --- a/scripts/restore +++ b/scripts/restore @@ -116,6 +116,7 @@ popd ynh_secure_remove --file="$final_path/build-imagemagick" ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies +ynh_package_autoremove #================================================= # RESTORE THE POSTGRESQL DATABASE diff --git a/scripts/upgrade b/scripts/upgrade index 99187ed..53f72d4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -190,6 +190,7 @@ then ynh_secure_remove --file="$final_path/build-iframely" ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies + ynh_package_autoremove fi chmod 750 "$final_path"