aboutsummaryrefslogtreecommitdiff
path: root/scripts/remove
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-08-12 03:01:43 +0200
committerGitHub <noreply@github.com>2019-08-12 03:01:43 +0200
commitb9086682d2d7762d2882fff2cda4f5dceb73e32b (patch)
tree680e9f71d54bcbe8fc3e12341ec5928d8a44e4ec /scripts/remove
parent1ec1d44c6ed1daa5887367700f077286355a184f (diff)
parentbe789105dad29cea8c5bec5a875695a806bb23b6 (diff)
downloadmastodon_ynh-b9086682d2d7762d2882fff2cda4f5dceb73e32b.tar.gz
mastodon_ynh-b9086682d2d7762d2882fff2cda4f5dceb73e32b.tar.bz2
mastodon_ynh-b9086682d2d7762d2882fff2cda4f5dceb73e32b.zip
Merge pull request #173 from YunoHost-Apps/testing
Upgrade to 2.9.3
Diffstat (limited to 'scripts/remove')
-rw-r--r--scripts/remove4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/remove b/scripts/remove
index 19cbf29..f482ffe 100644
--- a/scripts/remove
+++ b/scripts/remove
@@ -9,6 +9,7 @@
source _common.sh
source ynh_install_ruby
source ynh_add_extra_apt_repos__3
+source ynh_add_swap
source /usr/share/yunohost/helpers
#=================================================
@@ -102,6 +103,9 @@ ynh_remove_nginx_config
# Remove a cron file
ynh_secure_remove --file="/etc/cron.d/$app"
+# Remove swap
+ynh_del_swap
+
#=================================================
# GENERIC FINALIZATION
#=================================================