1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00
samba_ynh/scripts/remove
Éric Gaspar cbebf691a2 cleaning
2024-08-31 15:09:39 +02:00

22 lines
613 B
Bash
Executable file

#!/bin/bash
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# STANDARD REMOVE
#=================================================
# REMOVE SERVICE INTEGRATION IN YUNOHOST
#=================================================
if ynh_hide_warnings yunohost service status $app >/dev/null
then
ynh_script_progression "Removing $app service integration..."
yunohost service remove smbd
fi
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression "Removal of $app completed"