mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update remove
This commit is contained in:
parent
d981161db4
commit
1193bf4b54
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ ynh_secure_remove --file="$final_path"
|
|||
# REMOVE DATA DIR
|
||||
#=================================================
|
||||
|
||||
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
$YNH_APP_PURGE -eq 1
|
||||
fi
|
||||
|
||||
|
||||
# Remove the app data directory with the command `yunohost app remove galene --purge`
|
||||
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue