5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
source _common.sh
|
|
ynh_safe_rm "/usr/share/yunohost/applogos/$app.png"
|
|
ynh_config_remove_nginx
|
|
ynh_config_remove_phpfpm
|