Index: installers/debian/dotlrn/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/postinst,v diff -u -r1.9 -r1.10 --- installers/debian/dotlrn/postinst 23 Sep 2008 15:34:31 -0000 1.9 +++ installers/debian/dotlrn/postinst 29 Oct 2008 13:40:38 -0000 1.10 @@ -150,7 +150,7 @@ # Install plpgsql on database and enable compatibility options dbuser=$dba_name dbpass=$dba_password - sqlfile=/tmp/dotlrn-create-plpgsql.sql + sqlfile=$(mktemp) echo "CREATE LANGUAGE plpgsql; ALTER DATABASE dotlrn SET add_missing_from = on; ALTER DATABASE dotlrn SET default_with_oids = on;