Index: installers/debian/openacs/postinst
===================================================================
RCS file: /usr/local/cvsroot/installers/debian/openacs/postinst,v
diff -u -r1.4 -r1.5
--- installers/debian/openacs/postinst	23 Sep 2008 14:11:24 -0000	1.4
+++ installers/debian/openacs/postinst	29 Oct 2008 13:40:17 -0000	1.5
@@ -150,7 +150,7 @@
 	# Install plpgsql on database and enable compatibility options
 	dbuser=$dba_name
 	dbpass=$dba_password
-	sqlfile=/tmp/openacs-create-plpgsql.sql
+	sqlfile=$(mktemp)
 	echo "CREATE LANGUAGE plpgsql;
 		ALTER DATABASE openacs SET add_missing_from = on;
 		ALTER DATABASE openacs SET default_with_oids = on;