Also remove skeleton folder in /etc

This commit is contained in:
Janek Bevendorff 2014-10-05 15:32:27 +02:00
parent b82fb3d80b
commit dca81553b6
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ elif [[ "$MODE" == "uninstall" ]]; then
$RM /usr/sbin/"$(basename $i)"
done
$RM /etc/rs-skel
[ -e /etc/cron.daily/rs-backup-rotate ] && $RM /etc/cron.daily/rs-backup-rotate
[ -e /etc/cron.weekly/rs-backup-rotate ] && $RM /etc/cron.weekly/rs-backup-rotate
[ -e /etc/cron.monthly/rs-backup-rotate ] && $RM /etc/cron.monthly/rs-backup-rotate