Index: openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl 26 May 2004 18:48:17 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl 26 May 2004 18:54:04 -0000 1.1.2.2 @@ -88,8 +88,11 @@ -from_version_name $from_version_name \ -to_version_name $to_version_name \ -spec { - 4.6.2 5.1.0 { + 4.6.2 5.1.1 { fs::install::package_install + # delete the tcl file for the /view template created + # by content::init so it can be recreated + file delete [file join [acs_root_dir] templates "file-storage-default.tcl"] } }