> %post > update-alternatives --install %{_javadir}/servlet.jar servlet %{_javadir}/%{name}-%{version}.jar 50 > #update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/jsp-api-%{version}.jar 50 > + DB=`gcj-dbtool -p` > + rm -f $DB > + gcj-dbtool -n $DB > + (cd $DB.d; ls . | xargs gcj-dbtool -m $DB) I think it was Tom who suggested we should have some structure below the location of the db location to allow for name collisions. Will the: (cd $DB.d; ls . | xargs gcj-dbtool -m $DB) account for $DB.d/foo/foo.jar.so and $DB.d/bar/bar.jar.so and so on? Regards Phil