Remove unused directories or files from older release

This commit is contained in:
Miraty 2020-03-23 17:42:59 +01:00
parent 2521e38eda
commit c0a74b2122
1 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,13 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
# Remove unused directories or files from older release
ynh_secure_remove --file="$final_path/aide.svg"
ynh_secure_remove --file="$final_path/favicons"
ynh_secure_remove --file="$final_path/parinux.png"
ynh_secure_remove --file="$final_path/phpqrcode"
ynh_secure_remove --file="$final_path/ubuntu-dl.ttf"
fi
#=================================================