Index: openacs-dist/debian/debian/DEBIAN/prerm =================================================================== RCS file: /usr/local/cvsroot/openacs-dist/debian/debian/DEBIAN/prerm,v diff -u -N -r1.3 -r1.4 --- openacs-dist/debian/debian/DEBIAN/prerm 20 Oct 2006 20:12:07 -0000 1.3 +++ openacs-dist/debian/debian/DEBIAN/prerm 20 Oct 2006 22:21:58 -0000 1.4 @@ -4,9 +4,10 @@ # make sure nsd is really gone pkill nsd -echo "Removing the www-data user in Postgres and the dotlrn database." -su - postgres "dropuser www-data" +echo "Removing the dotlrn user in the operating system, in Postgres and the dotlrn database." +su - postgres "dropuser dotlrn" su - postgres "dropdb dotlrn" +deluser dotlrn echo "Removing the dotlrn crontab jobs from postgres' crontab" su - postgres "crontab -l |grep -v dotlrn> /tmp/pgcrontab.$$; \