summarylogtreecommitdiffstats
path: root/gf_backup_tool.install
blob: 8231ea7df12255a7e69cf5e36b7b0d380dc94a9e (plain)
1
2
3
4
5
6
7
pre_remove() {
    systemctl disable --now gf_backup_tool.timer
    systemctl disable --now gf_backup_tool.service
    sudo rm -rf /snapshots
    sudo rm -rf /etc/gf_backup_tool/

}