Packaging Sun's libraries

2000-10-25 Thread Aaron Brashears
I've built a .deb package for installing Sun's JSSE library. The postinst script finds the jsse1.0.2-*.zip file in /tmp, unzips it, and copies the files to an appropriate location. The prerm script erases all of those files. Now that I've done the work, I wonder about a couple of points: * Has

Packaging Sun's libraries

2000-10-25 Thread Aaron Brashears
I've built a .deb package for installing Sun's JSSE library. The postinst script finds the jsse1.0.2-*.zip file in /tmp, unzips it, and copies the files to an appropriate location. The prerm script erases all of those files. Now that I've done the work, I wonder about a couple of points: * Has