source: npl/java/jdk/post.jdk @ b4abfab

perl-5.22
Last change on this file since b4abfab was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 141 bytes
Line 
1#!/bin/bash
2
3#clean up old java version (if its still here)
4removepkg /var/log/packages/j2sdk*
5
6#restart all java stuff
7killall java
8
9exit 0
Note: See TracBrowser for help on using the repository browser.