From 59d66700b6878cc57b28f12c21bbb43a38f0871f Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Fri, 23 Nov 2018 14:41:33 +0100 Subject: #846: Remove appropiate logrotate files when uninstalling or updating. --- installer/opengnsys_uninstall.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/opengnsys_uninstall.sh') diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index a9cde989..264ef71e 100755 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -115,6 +115,7 @@ for dir in $OPENGNSYS/*; do done rm -f /etc/init.d/opengnsys /etc/default/opengnsys /var/log/opengnsys rm -f /etc/cron.d/{opengnsys,torrentcreator,torrenttracker} +rm -f /etc/logrotate.d/opengnsys* # Elminar recursos de OpenGnsys en Samba. rm -f /etc/samba/smb-og.conf perl -ni -e "print unless /smb-og.conf/" /etc/samba/smb.conf -- cgit v1.2.3-18-g5258