diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial index 37e32030..a0dd34c3 100755 --- a/src/freedombone-app-gnusocial +++ b/src/freedombone-app-gnusocial @@ -616,6 +616,13 @@ function remove_gnusocial { rm /usr/bin/gnusocial-firewall fi + if [ -f /etc/cron.daily/gnusocial-expire ]; then + rm /etc/cron.daily/gnusocial-expire + fi + if [ -f /usr/bin/gnusocial-expire-posts ]; then + rm /usr/bin/gnusocial-expire-posts + fi + function_check remove_ddns_domain remove_ddns_domain "$GNUSOCIAL_DOMAIN_NAME" } diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index 231285c9..f869cc2b 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -628,6 +628,13 @@ function remove_postactiv { rm /usr/bin/postactiv-firewall fi + if [ -f /etc/cron.daily/postactiv-expire ]; then + rm /etc/cron.daily/postactiv-expire + fi + if [ -f /usr/bin/postactiv-expire-posts ]; then + rm /usr/bin/postactiv-expire-posts + fi + function_check remove_ddns_domain remove_ddns_domain "$POSTACTIV_DOMAIN_NAME" } diff --git a/src/freedombone-upgrade b/src/freedombone-upgrade index f018dff8..6248538a 100755 --- a/src/freedombone-upgrade +++ b/src/freedombone-upgrade @@ -61,7 +61,7 @@ if [ $DEVELOPMENT_BRANCH ]; then fi fi -# upgrading file prevents USB canary from activating +# upgrading file prevents USB canary or other jobs from activating if [ ! -f /tmp/.upgrading ]; then touch /tmp/.upgrading fi