|
@@ -65,8 +65,11 @@ ynh_remove_systemd_config
|
|
|
# remove symlinks
|
|
# remove symlinks
|
|
|
ynh_script_progression --message="Removing symlinks..." --weight=2
|
|
ynh_script_progression --message="Removing symlinks..." --weight=2
|
|
|
ynh_secure_remove --file="$flohmarkt_sym_install"
|
|
ynh_secure_remove --file="$flohmarkt_sym_install"
|
|
|
|
|
+rm "$flohmarkt_sym_install" || true
|
|
|
ynh_secure_remove --file="$flohmarkt_sym_data_dir"
|
|
ynh_secure_remove --file="$flohmarkt_sym_data_dir"
|
|
|
|
|
+rm "$flohmarkt_sym_data_dir" || true
|
|
|
ynh_secure_remove --file="$flohmarkt_sym_log_dir"
|
|
ynh_secure_remove --file="$flohmarkt_sym_log_dir"
|
|
|
|
|
+rm "$flohmarkt_sym_log_dir" || true
|
|
|
|
|
|
|
|
#=================================================
|
|
#=================================================
|
|
|
# END OF SCRIPT
|
|
# END OF SCRIPT
|