Index: installers/debian/dotlrn/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/postinst,v diff -u -r1.5 -r1.6 --- installers/debian/dotlrn/postinst 28 Mar 2008 10:33:16 -0000 1.5 +++ installers/debian/dotlrn/postinst 1 Apr 2008 10:35:41 -0000 1.6 @@ -98,9 +98,6 @@ then err=1 echo $error - # Install language plpgsql on the database - - su - $dbadmin -C createlang plpgsql $dbname fi # Modify config.tcl with debconf values @@ -143,10 +140,6 @@ echo "-------------------------------------------------------------" fi - # Install the init script and start it (not necessary, using debhelper at rules file) - #update-rc.d dotlrn defaults - #/etc/init.d/dotlrn start - ;; abort-upgrade|abort-remove|abort-deconfigure)