#!/bin/bash #================================================= # GENERIC STARTING #================================================= # IMPORT GENERIC HELPERS #================================================= source _common.sh source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= app=$YNH_APP_INSTANCE_NAME #================================================= # STANDARD REMOVE #================================================= # REMOVE DEPENDENCIES #================================================= ynh_remove_app_dependencies #================================================= # SPECIFIC REMOVE #================================================= # REMOVE THE APT PERIODIC FILE #================================================= ynh_secure_remove "/etc/apt/apt.conf.d/02periodic" #================================================= # DECONFIGURE UNATTENDED-UPGRADES #================================================= mv "/etc/apt/50unattended-upgrades.backup" "/etc/apt/apt.conf.d/50unattended-upgrades"