mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
tmp
This commit is contained in:
parent
bad213eb58
commit
b3b7b6d3c2
1 changed files with 10 additions and 10 deletions
|
@ -140,17 +140,17 @@ popd
|
||||||
|
|
||||||
ynh_script_progression --message="Cleaning up..." --weight=1
|
ynh_script_progression --message="Cleaning up..." --weight=1
|
||||||
|
|
||||||
ynh_secure_remove --file=$install_dir/.npm
|
# ynh_secure_remove --file=$install_dir/.npm
|
||||||
ynh_secure_remove --file=$install_dir/.yarn
|
# ynh_secure_remove --file=$install_dir/.yarn
|
||||||
#ynh_secure_remove --file=$install_dir/build
|
#ynh_secure_remove --file=$install_dir/build
|
||||||
ynh_secure_remove --file=$install_dir/.m2
|
# ynh_secure_remove --file=$install_dir/.m2
|
||||||
ynh_secure_remove --file=$install_dir/.clojure
|
# ynh_secure_remove --file=$install_dir/.clojure
|
||||||
ynh_secure_remove --file=$install_dir/clojure
|
# ynh_secure_remove --file=$install_dir/clojure
|
||||||
ynh_secure_remove --file=$install_dir/babashka
|
# ynh_secure_remove --file=$install_dir/babashka
|
||||||
ynh_secure_remove --file=$install_dir/.cache/ms-playwright/firefox-*
|
# ynh_secure_remove --file=$install_dir/.cache/ms-playwright/firefox-*
|
||||||
ynh_secure_remove --file=$install_dir/.cache/ms-playwright/webkit-*
|
# ynh_secure_remove --file=$install_dir/.cache/ms-playwright/webkit-*
|
||||||
ynh_secure_remove --file=$install_dir/.cache/yarn
|
# ynh_secure_remove --file=$install_dir/.cache/yarn
|
||||||
ynh_secure_remove --file=$install_dir/.cache/node
|
# ynh_secure_remove --file=$install_dir/.cache/node
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue