I'm scared of deleting things. It doesn't buy us much

and we have all the risks of angry users.
This commit is contained in:
Kohsuke Kawaguchi 2011-01-31 14:48:52 -08:00
parent 68f77104a4
commit 22f545e5e6
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ case "$1" in
find /var/lib/jenkins -path "*jobs" -prune -o -path "*.ssh" -prune -o -type l -prune -o -exec chmod 750 {} + || true
chmod -R 750 /var/run/jenkins
chmod 750 /var/log/jenkins
# delete old hudson user if it's still here
if id hudson > /dev/null 2>&1 ; then
userdel hudson || true
fi
;;
abort-upgrade|abort-remove|abort-deconfigure)